Color Hex Logo

#dbebd1 Color Hex

#DBEBD1
(219,235,209)
0 Favorites   0 Comments

Color spaces of #dbebd1

RGB 219235209
HSL0.270.390.87
HSV97°11°92°
CMYK 0.070.000.11   0.08
XYZ70.430479.080271.8735
Yxy79.08020.31810.3572
Hunter Lab88.9270-14.250014.3290
CIE-Lab91.2706-9.916210.8088

#dbebd1 color RGB value is (219,235,209).

#dbebd1 hex color red value is 219, green value is 235 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dbebd1 hue: 0.27 , saturation: 0.39 and the lightness value of dbebd1 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11010001
Octal 333 353 321
Decimal 219 235 209
Hex DB EB D1

RGB Percentages of Color #dbebd1

%33.03
%35.44
%31.52

CMYK Percentages of Color #dbebd1

%7
%0
%11
%8

Triadic Colors of #dbebd1

#dbebd1 #d1dbeb #ebd1db

Analogous Colors of #dbebd1

#dbebd1 #d1ebd4 #e8ebd1

Monochromatic Colors of #dbebd1

#dbebd1

Complementary Color

#dbebd1 #e1d1eb

#dbebd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebd1 Color CSS Codes

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

#dbebd1 Text Font Color

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

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


#dbebd1 Background Color

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

This div background color is #dbebd1


#dbebd1 Border Color

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

This div border color is #dbebd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebd1

#dbebd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.