Color Hex Logo

#dbdeee Color Hex

#DBDEEE
(219,222,238)
0 Favorites   0 Comments

Color spaces of #dbdeee

RGB 219222238
HSL0.640.360.90
HSV231°93°
CMYK 0.080.070.00   0.07
XYZ70.767373.475791.3413
Yxy73.47570.30040.3119
Hunter Lab85.7180-2.6399-3.1770
CIE-Lab88.67411.9958-8.1523

#dbdeee color RGB value is (219,222,238).

#dbdeee hex color red value is 219, green value is 222 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbdeee hue: 0.64 , saturation: 0.36 and the lightness value of dbdeee is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11101110
Octal 333 336 356
Decimal 219 222 238
Hex DB DE EE

RGB Percentages of Color #dbdeee

%32.25
%32.70
%35.05

CMYK Percentages of Color #dbdeee

%8
%7
%0
%7

Triadic Colors of #dbdeee

#dbdeee #eedbde #deeedb

Analogous Colors of #dbdeee

#dbdeee #e2dbee #dbe8ee

Monochromatic Colors of #dbdeee

#dbdeee

Complementary Color

#dbdeee #eeebdb

#dbdeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeee Color CSS Codes

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

#dbdeee Text Font Color

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

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


#dbdeee Background Color

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

This div background color is #dbdeee


#dbdeee Border Color

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

This div border color is #dbdeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeee


Comments

No comments written yet.

Please login to write comment.