Color Hex Logo

#d8cbdd Color Hex

#D8CBDD
(216,203,221)
0 Favorites   0 Comments

Color spaces of #d8cbdd

RGB 216203221
HSL0.790.210.83
HSV283°87°
CMYK 0.020.080.00   0.13
XYZ62.726062.531377.1703
Yxy62.53130.30990.3089
Hunter Lab79.07673.2072-2.5069
CIE-Lab83.19527.7524-7.2911

#d8cbdd color RGB value is (216,203,221).

#d8cbdd hex color red value is 216, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8cbdd hue: 0.79 , saturation: 0.21 and the lightness value of d8cbdd is 0.83.

The process color (four color CMYK) of #d8cbdd color hex is 0.02, 0.08, 0.00, 0.13. Web safe color of #d8cbdd is #cccccc. Color #d8cbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001011 11011101
Octal 330 313 335
Decimal 216 203 221
Hex D8 CB DD

RGB Percentages of Color #d8cbdd

%33.75
%31.72
%34.53

CMYK Percentages of Color #d8cbdd

%2
%8
%0
%13

Triadic Colors of #d8cbdd

#d8cbdd #ddd8cb #cbddd8

Analogous Colors of #d8cbdd

#d8cbdd #ddcbd9 #cfcbdd

Monochromatic Colors of #d8cbdd

#d8cbdd

Complementary Color

#d8cbdd #d0ddcb

#d8cbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cbdd Color CSS Codes

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

#d8cbdd Text Font Color

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

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


#d8cbdd Background Color

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

This div background color is #d8cbdd


#d8cbdd Border Color

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

This div border color is #d8cbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cbdd


Comments

No comments written yet.

Please login to write comment.