Color Hex Logo

#dbd8dd Color Hex

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

Color spaces of #dbd8dd

RGB 219216221
HSL0.770.070.86
HSV276°87°
CMYK 0.010.020.00   0.13
XYZ66.820469.392378.2788
Yxy69.39230.31150.3235
Hunter Lab83.3020-2.59552.5967
CIE-Lab86.69791.9270-2.1016

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

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

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

Base Numbers

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

RGB Percentages of Color #dbd8dd

%33.38
%32.93
%33.69

CMYK Percentages of Color #dbd8dd

%1
%2
%0
%13

Triadic Colors of #dbd8dd

#dbd8dd #dddbd8 #d8dddb

Analogous Colors of #dbd8dd

#dbd8dd #ddd8dd #d9d8dd

Monochromatic Colors of #dbd8dd

#dbd8dd

Complementary Color

#dbd8dd #daddd8

#dbd8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd8dd Color CSS Codes

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

#dbd8dd Text Font Color

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

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


#dbd8dd Background Color

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

This div background color is #dbd8dd


#dbd8dd Border Color

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

This div border color is #dbd8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd8dd


Comments

No comments written yet.

Please login to write comment.