Color Hex Logo

#dbdaee Color Hex

#DBDAEE
(219,218,238)
0 Favorites   0 Comments

Color spaces of #dbdaee

RGB 219218238
HSL0.680.370.89
HSV243°93°
CMYK 0.080.080.00   0.07
XYZ69.717471.375990.9913
Yxy71.37590.30040.3075
Hunter Lab84.4843-0.5472-4.7176
CIE-Lab87.66734.0831-9.6469

#dbdaee color RGB value is (219,218,238).

#dbdaee hex color red value is 219, green value is 218 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbdaee hue: 0.68 , saturation: 0.37 and the lightness value of dbdaee is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011010 11101110
Octal 333 332 356
Decimal 219 218 238
Hex DB DA EE

RGB Percentages of Color #dbdaee

%32.44
%32.30
%35.26

CMYK Percentages of Color #dbdaee

%8
%8
%0
%7

Triadic Colors of #dbdaee

#dbdaee #eedbda #daeedb

Analogous Colors of #dbdaee

#dbdaee #e5daee #dae3ee

Monochromatic Colors of #dbdaee

#dbdaee

Complementary Color

#dbdaee #edeeda

#dbdaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdaee Color CSS Codes

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

#dbdaee Text Font Color

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

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


#dbdaee Background Color

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

This div background color is #dbdaee


#dbdaee Border Color

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

This div border color is #dbdaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdaee


Comments

No comments written yet.

Please login to write comment.