Color Hex Logo

#dcd9ce Color Hex

#DCD9CE
(220,217,206)
0 Favorites   0 Comments

Color spaces of #dcd9ce

RGB 220217206
HSL0.130.170.84
HSV47°86°
CMYK 0.000.010.06   0.14
XYZ65.468669.297668.3177
Yxy69.29760.32240.3412
Hunter Lab83.2452-5.29689.6135
CIE-Lab86.6512-0.89015.7649

#dcd9ce color RGB value is (220,217,206).

#dcd9ce hex color red value is 220, green value is 217 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #dcd9ce hue: 0.13 , saturation: 0.17 and the lightness value of dcd9ce is 0.84.

The process color (four color CMYK) of #dcd9ce color hex is 0.00, 0.01, 0.06, 0.14. Web safe color of #dcd9ce is #cccccc. Color #dcd9ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011001 11001110
Octal 334 331 316
Decimal 220 217 206
Hex DC D9 CE

RGB Percentages of Color #dcd9ce

%34.21
%33.75
%32.04

CMYK Percentages of Color #dcd9ce

%0
%1
%6
%14

Triadic Colors of #dcd9ce

#dcd9ce #cedcd9 #d9cedc

Analogous Colors of #dcd9ce

#dcd9ce #d8dcce #dcd2ce

Monochromatic Colors of #dcd9ce

#dcd9ce

Complementary Color

#dcd9ce #ced1dc

#dcd9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd9ce Color CSS Codes

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

#dcd9ce Text Font Color

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

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


#dcd9ce Background Color

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

This div background color is #dcd9ce


#dcd9ce Border Color

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

This div border color is #dcd9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd9ce

#dcd9ce Color Palettes


Comments

No comments written yet.

Please login to write comment.