Color Hex Logo

#d6decc Color Hex

#D6DECC
(214,222,204)
0 Favorites   0 Comments

Color spaces of #d6decc

RGB 214222204
HSL0.240.210.84
HSV87°87°
CMYK 0.040.000.08   0.13
XYZ64.751970.898367.3987
Yxy70.89830.31890.3492
Hunter Lab84.2011-10.082911.4822
CIE-Lab87.4356-5.88827.8885

#d6decc color RGB value is (214,222,204).

#d6decc hex color red value is 214, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d6decc hue: 0.24 , saturation: 0.21 and the lightness value of d6decc is 0.84.

The process color (four color CMYK) of #d6decc color hex is 0.04, 0.00, 0.08, 0.13. Web safe color of #d6decc is #cccccc. Color #d6decc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 11001100
Octal 326 336 314
Decimal 214 222 204
Hex D6 DE CC

RGB Percentages of Color #d6decc

%33.44
%34.69
%31.88

CMYK Percentages of Color #d6decc

%4
%0
%8
%13

Triadic Colors of #d6decc

#d6decc #ccd6de #deccd6

Analogous Colors of #d6decc

#d6decc #cddecc #deddcc

Monochromatic Colors of #d6decc

#d6decc

Complementary Color

#d6decc #d4ccde

#d6decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6decc Color CSS Codes

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

#d6decc Text Font Color

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

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


#d6decc Background Color

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

This div background color is #d6decc


#d6decc Border Color

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

This div border color is #d6decc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,222,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 #d6decc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6decc


Comments

No comments written yet.

Please login to write comment.