Color Hex Logo

#dbdeed Color Hex

#DBDEED
(219,222,237)
0 Favorites   0 Comments

Color spaces of #dbdeed

RGB 219222237
HSL0.640.330.89
HSV230°93°
CMYK 0.080.060.00   0.07
XYZ70.620873.417090.5696
Yxy73.41700.30100.3129
Hunter Lab85.6837-2.8262-2.6922
CIE-Lab88.64621.8030-7.6677

#dbdeed color RGB value is (219,222,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11101101
Octal 333 336 355
Decimal 219 222 237
Hex DB DE ED

RGB Percentages of Color #dbdeed

%32.30
%32.74
%34.96

CMYK Percentages of Color #dbdeed

%8
%6
%0
%7

Triadic Colors of #dbdeed

#dbdeed #eddbde #deeddb

Analogous Colors of #dbdeed

#dbdeed #e1dbed #dbe7ed

Monochromatic Colors of #dbdeed

#dbdeed

Complementary Color

#dbdeed #edeadb

#dbdeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeed Color CSS Codes

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

#dbdeed Text Font Color

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

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


#dbdeed Background Color

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

This div background color is #dbdeed


#dbdeed Border Color

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

This div border color is #dbdeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeed


Comments

No comments written yet.

Please login to write comment.