Color Hex Logo

#d9c9cc Color Hex

#D9C9CC
(217,201,204)
0 Favorites   0 Comments

Color spaces of #d9c9cc

RGB 217201204
HSL0.970.170.82
HSV349°85°
CMYK 0.000.070.06   0.15
XYZ60.401060.884665.6952
Yxy60.88460.32300.3256
Hunter Lab78.02861.62474.7015
CIE-Lab82.31676.09270.5110

#d9c9cc color RGB value is (217,201,204).

#d9c9cc hex color red value is 217, green value is 201 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d9c9cc hue: 0.97 , saturation: 0.17 and the lightness value of d9c9cc is 0.82.

The process color (four color CMYK) of #d9c9cc color hex is 0.00, 0.07, 0.06, 0.15. Web safe color of #d9c9cc is #cccccc. Color #d9c9cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001001 11001100
Octal 331 311 314
Decimal 217 201 204
Hex D9 C9 CC

RGB Percentages of Color #d9c9cc

%34.89
%32.32
%32.80

CMYK Percentages of Color #d9c9cc

%0
%7
%6
%15

Triadic Colors of #d9c9cc

#d9c9cc #ccd9c9 #c9ccd9

Analogous Colors of #d9c9cc

#d9c9cc #d9cec9 #d9c9d4

Monochromatic Colors of #d9c9cc

#d9c9cc

Complementary Color

#d9c9cc #c9d9d6

#d9c9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9c9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9c9cc Color CSS Codes

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

#d9c9cc Text Font Color

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

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


#d9c9cc Background Color

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

This div background color is #d9c9cc


#d9c9cc Border Color

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

This div border color is #d9c9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9c9cc


Comments

No comments written yet.

Please login to write comment.