Color Hex Logo

#dbedd9 Color Hex

#DBEDD9
(219,237,217)
0 Favorites   0 Comments

Color spaces of #dbedd9

RGB 219237217
HSL0.320.360.89
HSV114°93°
CMYK 0.080.000.08   0.07
XYZ72.022080.638277.4144
Yxy80.63820.31300.3505
Hunter Lab89.7988-13.984111.7460
CIE-Lab91.9705-9.55017.6509

#dbedd9 color RGB value is (219,237,217).

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

The process color (four color CMYK) of #dbedd9 color hex is 0.08, 0.00, 0.08, 0.07. Web safe color of #dbedd9 is #ccffcc. Color #dbedd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101101 11011001
Octal 333 355 331
Decimal 219 237 217
Hex DB ED D9

RGB Percentages of Color #dbedd9

%32.54
%35.22
%32.24

CMYK Percentages of Color #dbedd9

%8
%0
%8
%7

Triadic Colors of #dbedd9

#dbedd9 #d9dbed #edd9db

Analogous Colors of #dbedd9

#dbedd9 #d9ede1 #e5edd9

Monochromatic Colors of #dbedd9

#dbedd9

Complementary Color

#dbedd9 #ebd9ed

#dbedd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbedd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbedd9 Color CSS Codes

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

#dbedd9 Text Font Color

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

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


#dbedd9 Background Color

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

This div background color is #dbedd9


#dbedd9 Border Color

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

This div border color is #dbedd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbedd9


Comments

No comments written yet.

Please login to write comment.