Color Hex Logo

#d9cccc Color Hex

#D9CCCC
(217,204,204)
0 Favorites   0 Comments

Color spaces of #d9cccc

RGB 217204204
HSL0.000.150.83
HSV85°
CMYK 0.000.060.06   0.15
XYZ61.107262.297165.9306
Yxy62.29710.32270.3290
Hunter Lab78.92850.07155.7238
CIE-Lab83.07124.50941.6103

#d9cccc color RGB value is (217,204,204).

#d9cccc hex color red value is 217, green value is 204 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d9cccc hue: 0.00 , saturation: 0.15 and the lightness value of d9cccc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001100 11001100
Octal 331 314 314
Decimal 217 204 204
Hex D9 CC CC

RGB Percentages of Color #d9cccc

%34.72
%32.64
%32.64

CMYK Percentages of Color #d9cccc

%0
%6
%6
%15

Triadic Colors of #d9cccc

#d9cccc #ccd9cc #ccccd9

Analogous Colors of #d9cccc

#d9cccc #d9d3cc #d9ccd3

Monochromatic Colors of #d9cccc

#d9cccc

Complementary Color

#d9cccc #ccd9d9

#d9cccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cccc Color CSS Codes

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

#d9cccc Text Font Color

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

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


#d9cccc Background Color

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

This div background color is #d9cccc


#d9cccc Border Color

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

This div border color is #d9cccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cccc


Comments

No comments written yet.

Please login to write comment.