Color Hex Logo

#d8ccdb Color Hex

#D8CCDB
(216,204,219)
0 Favorites   0 Comments

Color spaces of #d8ccdb

RGB 216204219
HSL0.800.170.83
HSV288°86°
CMYK 0.010.070.00   0.14
XYZ62.698062.899175.8540
Yxy62.89910.31120.3122
Hunter Lab79.30902.3232-1.1909
CIE-Lab83.38936.8510-5.9368

#d8ccdb color RGB value is (216,204,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001100 11011011
Octal 330 314 333
Decimal 216 204 219
Hex D8 CC DB

RGB Percentages of Color #d8ccdb

%33.80
%31.92
%34.27

CMYK Percentages of Color #d8ccdb

%1
%7
%0
%14

Triadic Colors of #d8ccdb

#d8ccdb #dbd8cc #ccdbd8

Analogous Colors of #d8ccdb

#d8ccdb #dbccd7 #d1ccdb

Monochromatic Colors of #d8ccdb

#d8ccdb

Complementary Color

#d8ccdb #cfdbcc

#d8ccdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ccdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ccdb Color CSS Codes

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

#d8ccdb Text Font Color

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

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


#d8ccdb Background Color

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

This div background color is #d8ccdb


#d8ccdb Border Color

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

This div border color is #d8ccdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ccdb


Comments

No comments written yet.

Please login to write comment.