Color Hex Logo

#dbd8ea Color Hex

#DBD8EA
(219,216,234)
0 Favorites   0 Comments

Color spaces of #dbd8ea

RGB 219216234
HSL0.690.300.88
HSV250°92°
CMYK 0.060.080.00   0.08
XYZ68.620670.112387.7582
Yxy70.11230.30300.3096
Hunter Lab83.7331-0.2493-3.5270
CIE-Lab87.05194.3585-8.4498

#dbd8ea color RGB value is (219,216,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011000 11101010
Octal 333 330 352
Decimal 219 216 234
Hex DB D8 EA

RGB Percentages of Color #dbd8ea

%32.74
%32.29
%34.98

CMYK Percentages of Color #dbd8ea

%6
%8
%0
%8

Triadic Colors of #dbd8ea

#dbd8ea #eadbd8 #d8eadb

Analogous Colors of #dbd8ea

#dbd8ea #e4d8ea #d8deea

Monochromatic Colors of #dbd8ea

#dbd8ea

Complementary Color

#dbd8ea #e7ead8

#dbd8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd8ea Color CSS Codes

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

#dbd8ea Text Font Color

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

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


#dbd8ea Background Color

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

This div background color is #dbd8ea


#dbd8ea Border Color

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

This div border color is #dbd8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd8ea


Comments

No comments written yet.

Please login to write comment.