Color Hex Logo

#dbd8eb Color Hex

#DBD8EB
(219,216,235)
0 Favorites   0 Comments

Color spaces of #dbd8eb

RGB 219216235
HSL0.690.320.88
HSV249°92°
CMYK 0.070.080.00   0.08
XYZ68.764770.170088.5171
Yxy70.17000.30230.3085
Hunter Lab83.7675-0.0627-4.0144
CIE-Lab87.08024.5504-8.9360

#dbd8eb color RGB value is (219,216,235).

#dbd8eb hex color red value is 219, green value is 216 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbd8eb hue: 0.69 , saturation: 0.32 and the lightness value of dbd8eb is 0.88.

The process color (four color CMYK) of #dbd8eb color hex is 0.07, 0.08, 0.00, 0.08. Web safe color of #dbd8eb is #ccccff. Color #dbd8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 11101011
Octal 333 330 353
Decimal 219 216 235
Hex DB D8 EB

RGB Percentages of Color #dbd8eb

%32.69
%32.24
%35.07

CMYK Percentages of Color #dbd8eb

%7
%8
%0
%8

Triadic Colors of #dbd8eb

#dbd8eb #ebdbd8 #d8ebdb

Analogous Colors of #dbd8eb

#dbd8eb #e5d8eb #d8dfeb

Monochromatic Colors of #dbd8eb

#dbd8eb

Complementary Color

#dbd8eb #e8ebd8

#dbd8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd8eb Color CSS Codes

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

#dbd8eb Text Font Color

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

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


#dbd8eb Background Color

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

This div background color is #dbd8eb


#dbd8eb Border Color

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

This div border color is #dbd8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd8eb


Comments

No comments written yet.

Please login to write comment.