Color Hex Logo

#d8dbdd Color Hex

#D8DBDD
(216,219,221)
0 Favorites   0 Comments

Color spaces of #d8dbdd

RGB 216219221
HSL0.570.070.86
HSV204°87°
CMYK 0.020.010.00   0.13
XYZ66.701670.482478.4955
Yxy70.48240.30930.3268
Hunter Lab83.9538-5.10023.3324
CIE-Lab87.2329-0.6426-1.3444

#d8dbdd color RGB value is (216,219,221).

#d8dbdd hex color red value is 216, green value is 219 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8dbdd hue: 0.57 , saturation: 0.07 and the lightness value of d8dbdd is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11011011 11011101
Octal 330 333 335
Decimal 216 219 221
Hex D8 DB DD

RGB Percentages of Color #d8dbdd

%32.93
%33.38
%33.69

CMYK Percentages of Color #d8dbdd

%2
%1
%0
%13

Triadic Colors of #d8dbdd

#d8dbdd #ddd8db #dbddd8

Analogous Colors of #d8dbdd

#d8dbdd #d8d9dd #d8dddd

Monochromatic Colors of #d8dbdd

#d8dbdd

Complementary Color

#d8dbdd #dddad8

#d8dbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8dbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8dbdd Color CSS Codes

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

#d8dbdd Text Font Color

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

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


#d8dbdd Background Color

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

This div background color is #d8dbdd


#d8dbdd Border Color

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

This div border color is #d8dbdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,219,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 #d8dbdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8dbdd

#d8dbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.