Color Hex Logo

#dbebd9 Color Hex

#DBEBD9
(219,235,217)
0 Favorites   0 Comments

Color spaces of #dbebd9

RGB 219235217
HSL0.310.310.89
HSV113°92°
CMYK 0.070.000.08   0.08
XYZ71.446179.486577.2225
Yxy79.48650.31310.3484
Hunter Lab89.1552-12.977511.0541
CIE-Lab91.4540-8.54216.9080

#dbebd9 color RGB value is (219,235,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11011001
Octal 333 353 331
Decimal 219 235 217
Hex DB EB D9

RGB Percentages of Color #dbebd9

%32.64
%35.02
%32.34

CMYK Percentages of Color #dbebd9

%7
%0
%8
%8

Triadic Colors of #dbebd9

#dbebd9 #d9dbeb #ebd9db

Analogous Colors of #dbebd9

#dbebd9 #d9ebe0 #e4ebd9

Monochromatic Colors of #dbebd9

#dbebd9

Complementary Color

#dbebd9 #e9d9eb

#dbebd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebd9 Color CSS Codes

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

#dbebd9 Text Font Color

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

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


#dbebd9 Background Color

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

This div background color is #dbebd9


#dbebd9 Border Color

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

This div border color is #dbebd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebd9


Comments

No comments written yet.

Please login to write comment.