Color Hex Logo

#dddcc9 Color Hex

#DDDCC9
(221,220,201)
0 Favorites   0 Comments

Color spaces of #dddcc9

RGB 221220201
HSL0.160.230.83
HSV57°87°
CMYK 0.000.000.09   0.13
XYZ65.954670.775665.4432
Yxy70.77560.32620.3501
Hunter Lab84.1282-7.284512.7682
CIE-Lab87.3759-2.92379.4502

#dddcc9 color RGB value is (221,220,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 11001001
Octal 335 334 311
Decimal 221 220 201
Hex DD DC C9

RGB Percentages of Color #dddcc9

%34.42
%34.27
%31.31

CMYK Percentages of Color #dddcc9

%0
%0
%9
%13

Triadic Colors of #dddcc9

#dddcc9 #c9dddc #dcc9dd

Analogous Colors of #dddcc9

#dddcc9 #d4ddc9 #ddd2c9

Monochromatic Colors of #dddcc9

#dddcc9

Complementary Color

#dddcc9 #c9cadd

#dddcc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcc9 Color CSS Codes

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

#dddcc9 Text Font Color

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

This sample text font color is #dddcc9
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.


#dddcc9 Background Color

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

This div background color is #dddcc9


#dddcc9 Border Color

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

This div border color is #dddcc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcc9

#dddcc9 Color Palettes


Comments

No comments written yet.

Please login to write comment.