Color Hex Logo

#d6d0cc Color Hex

#D6D0CC
(214,208,204)
0 Favorites   0 Comments

Color spaces of #d6d0cc

RGB 214208204
HSL0.070.110.82
HSV24°84°
CMYK 0.000.030.05   0.16
XYZ61.186563.767566.2102
Yxy63.76750.32010.3336
Hunter Lab79.8546-2.97446.7388
CIE-Lab83.84461.36232.7049

#d6d0cc color RGB value is (214,208,204).

#d6d0cc hex color red value is 214, green value is 208 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6d0cc hue: 0.07 , saturation: 0.11 and the lightness value of d6d0cc is 0.82.

The process color (four color CMYK) of #d6d0cc color hex is 0.00, 0.03, 0.05, 0.16. Web safe color of #d6d0cc is #cccccc. Color #d6d0cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11010000 11001100
Octal 326 320 314
Decimal 214 208 204
Hex D6 D0 CC

RGB Percentages of Color #d6d0cc

%34.19
%33.23
%32.59

CMYK Percentages of Color #d6d0cc

%0
%3
%5
%16

Triadic Colors of #d6d0cc

#d6d0cc #ccd6d0 #d0ccd6

Analogous Colors of #d6d0cc

#d6d0cc #d6d5cc #d6cccd

Monochromatic Colors of #d6d0cc

#d6d0cc

Complementary Color

#d6d0cc #ccd2d6

#d6d0cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6d0cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6d0cc Color CSS Codes

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

#d6d0cc Text Font Color

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

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


#d6d0cc Background Color

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

This div background color is #d6d0cc


#d6d0cc Border Color

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

This div border color is #d6d0cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,208,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d6d0cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d6d0cc;
  -webkit-box-shadow: 1px 1px 3px 2px #d6d0cc;
  box-shadow:         1px 1px 3px 2px #d6d0cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,208,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6d0cc


Comments

No comments written yet.

Please login to write comment.