Color Hex Logo

#dbdee5 Color Hex

#DBDEE5
(219,222,229)
0 Favorites   0 Comments

Color spaces of #dbdee5

RGB 219222229
HSL0.620.160.88
HSV222°90°
CMYK 0.040.030.00   0.10
XYZ69.477672.959884.5495
Yxy72.95980.30610.3214
Hunter Lab85.4165-4.28741.1034
CIE-Lab88.42850.2843-3.7796

#dbdee5 color RGB value is (219,222,229).

#dbdee5 hex color red value is 219, green value is 222 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #dbdee5 hue: 0.62 , saturation: 0.16 and the lightness value of dbdee5 is 0.88.

The process color (four color CMYK) of #dbdee5 color hex is 0.04, 0.03, 0.00, 0.10. Web safe color of #dbdee5 is #cccccc. Color #dbdee5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 11100101
Octal 333 336 345
Decimal 219 222 229
Hex DB DE E5

RGB Percentages of Color #dbdee5

%32.69
%33.13
%34.18

CMYK Percentages of Color #dbdee5

%4
%3
%0
%10

Triadic Colors of #dbdee5

#dbdee5 #e5dbde #dee5db

Analogous Colors of #dbdee5

#dbdee5 #dddbe5 #dbe3e5

Monochromatic Colors of #dbdee5

#dbdee5

Complementary Color

#dbdee5 #e5e2db

#dbdee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdee5 Color CSS Codes

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

#dbdee5 Text Font Color

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

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


#dbdee5 Background Color

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

This div background color is #dbdee5


#dbdee5 Border Color

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

This div border color is #dbdee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdee5


Comments

No comments written yet.

Please login to write comment.