Color Hex Logo

#d9ccdc Color Hex

#D9CCDC
(217,204,220)
0 Favorites   0 Comments

Color spaces of #d9ccdc

RGB 217204220
HSL0.800.190.83
HSV289°86°
CMYK 0.010.070.00   0.14
XYZ63.126463.104876.5635
Yxy63.10480.31130.3112
Hunter Lab79.43852.8289-1.5372
CIE-Lab83.49757.3736-6.3013

#d9ccdc color RGB value is (217,204,220).

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

The process color (four color CMYK) of #d9ccdc color hex is 0.01, 0.07, 0.00, 0.14. Web safe color of #d9ccdc is #cccccc. Color #d9ccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001100 11011100
Octal 331 314 334
Decimal 217 204 220
Hex D9 CC DC

RGB Percentages of Color #d9ccdc

%33.85
%31.83
%34.32

CMYK Percentages of Color #d9ccdc

%1
%7
%0
%14

Triadic Colors of #d9ccdc

#d9ccdc #dcd9cc #ccdcd9

Analogous Colors of #d9ccdc

#d9ccdc #dcccd7 #d1ccdc

Monochromatic Colors of #d9ccdc

#d9ccdc

Complementary Color

#d9ccdc #cfdccc

#d9ccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ccdc Color CSS Codes

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

#d9ccdc Text Font Color

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

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


#d9ccdc Background Color

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

This div background color is #d9ccdc


#d9ccdc Border Color

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

This div border color is #d9ccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ccdc


Comments

No comments written yet.

Please login to write comment.