Color Hex Logo

#d8cbde Color Hex

#D8CBDE
(216,203,222)
0 Favorites   0 Comments

Color spaces of #d8cbde

RGB 216203222
HSL0.780.220.83
HSV281°87°
CMYK 0.030.090.00   0.13
XYZ62.859762.584777.8742
Yxy62.58470.30920.3078
Hunter Lab79.11053.3894-2.9861
CIE-Lab83.22347.9398-7.7830

#d8cbde color RGB value is (216,203,222).

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

The process color (four color CMYK) of #d8cbde color hex is 0.03, 0.09, 0.00, 0.13. Web safe color of #d8cbde is #cccccc. Color #d8cbde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001011 11011110
Octal 330 313 336
Decimal 216 203 222
Hex D8 CB DE

RGB Percentages of Color #d8cbde

%33.70
%31.67
%34.63

CMYK Percentages of Color #d8cbde

%3
%9
%0
%13

Triadic Colors of #d8cbde

#d8cbde #ded8cb #cbded8

Analogous Colors of #d8cbde

#d8cbde #decbdb #cfcbde

Monochromatic Colors of #d8cbde

#d8cbde

Complementary Color

#d8cbde #d1decb

#d8cbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cbde Color CSS Codes

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

#d8cbde Text Font Color

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

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


#d8cbde Background Color

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

This div background color is #d8cbde


#d8cbde Border Color

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

This div border color is #d8cbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cbde


Comments

No comments written yet.

Please login to write comment.