Color Hex Logo

#d9ccca Color Hex

#D9CCCA
(217,204,202)
0 Favorites   0 Comments

Color spaces of #d9ccca

RGB 217204202
HSL0.020.160.82
HSV85°
CMYK 0.000.060.07   0.15
XYZ60.868862.201764.6751
Yxy62.20170.32420.3313
Hunter Lab78.8681-0.25636.5874
CIE-Lab83.02064.16562.6040

#d9ccca color RGB value is (217,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001100 11001010
Octal 331 314 312
Decimal 217 204 202
Hex D9 CC CA

RGB Percentages of Color #d9ccca

%34.83
%32.74
%32.42

CMYK Percentages of Color #d9ccca

%0
%6
%7
%15

Triadic Colors of #d9ccca

#d9ccca #cad9cc #cccad9

Analogous Colors of #d9ccca

#d9ccca #d9d4ca #d9cad0

Monochromatic Colors of #d9ccca

#d9ccca

Complementary Color

#d9ccca #cad7d9

#d9ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ccca Color CSS Codes

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

#d9ccca Text Font Color

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

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


#d9ccca Background Color

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

This div background color is #d9ccca


#d9ccca Border Color

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

This div border color is #d9ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ccca


Comments

No comments written yet.

Please login to write comment.