Color Hex Logo

#dddcc2 Color Hex

#DDDCC2
(221,220,194)
0 Favorites   0 Comments

Color spaces of #dddcc2

RGB 221220194
HSL0.160.280.81
HSV58°12°87°
CMYK 0.000.000.12   0.13
XYZ65.149670.453661.2041
Yxy70.45360.33100.3580
Hunter Lab83.9366-8.341715.5231
CIE-Lab87.2189-4.055212.9055

#dddcc2 color RGB value is (221,220,194).

#dddcc2 hex color red value is 221, green value is 220 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #dddcc2 hue: 0.16 , saturation: 0.28 and the lightness value of dddcc2 is 0.81.

The process color (four color CMYK) of #dddcc2 color hex is 0.00, 0.00, 0.12, 0.13. Web safe color of #dddcc2 is #cccccc. Color #dddcc2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11000010
Octal 335 334 302
Decimal 221 220 194
Hex DD DC C2

RGB Percentages of Color #dddcc2

%34.80
%34.65
%30.55

CMYK Percentages of Color #dddcc2

%0
%0
%12
%13

Triadic Colors of #dddcc2

#dddcc2 #c2dddc #dcc2dd

Analogous Colors of #dddcc2

#dddcc2 #d1ddc2 #ddcfc2

Monochromatic Colors of #dddcc2

#dddcc2

Complementary Color

#dddcc2 #c2c3dd

#dddcc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcc2 Color CSS Codes

.mybgcolor {background-color:#dddcc2; } 
.myforecolor {color:#dddcc2; }
.mybordercolor {border:3px solid #dddcc2; }

#dddcc2 Text Font Color

<p style="color:#dddcc2">Text here</p>

This sample text font color is #dddcc2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dddcc2 Background Color

<div style="background-color:#dddcc2">
Div content here</div>

This div background color is #dddcc2


#dddcc2 Border Color

<div style="border:3px solid #dddcc2">
Div here</div>

This div border color is #dddcc2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,220,194, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dddcc2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dddcc2;
  -webkit-box-shadow: 1px 1px 3px 2px #dddcc2;
  box-shadow:         1px 1px 3px 2px #dddcc2; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,194, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dddcc2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dddcc2;
  -webkit-box-shadow: 1px 1px 3px 2px #dddcc2;
  box-shadow:         1px 1px 3px 2px #dddcc2;">
Div content here</div>

This div box has shadow with color #dddcc2

#dddcc2 Color Palettes


Comments

No comments written yet.

Please login to write comment.