Color Hex Logo

#dbe2da Color Hex

#DBE2DA
(219,226,218)
0 Favorites   0 Comments

Color spaces of #dbe2da

RGB 219226218
HSL0.310.120.87
HSV113°89°
CMYK 0.030.000.04   0.11
XYZ69.064774.514777.0724
Yxy74.51470.31300.3377
Hunter Lab86.3219-8.24857.4883
CIE-Lab89.1652-3.78493.0775

#dbe2da color RGB value is (219,226,218).

#dbe2da hex color red value is 219, green value is 226 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dbe2da hue: 0.31 , saturation: 0.12 and the lightness value of dbe2da is 0.87.

The process color (four color CMYK) of #dbe2da color hex is 0.03, 0.00, 0.04, 0.11. Web safe color of #dbe2da is #cccccc. Color #dbe2da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 11011010
Octal 333 342 332
Decimal 219 226 218
Hex DB E2 DA

RGB Percentages of Color #dbe2da

%33.03
%34.09
%32.88

CMYK Percentages of Color #dbe2da

%3
%0
%4
%11

Triadic Colors of #dbe2da

#dbe2da #dadbe2 #e2dadb

Analogous Colors of #dbe2da

#dbe2da #dae2dd #dfe2da

Monochromatic Colors of #dbe2da

#dbe2da

Complementary Color

#dbe2da #e1dae2

#dbe2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe2da Color CSS Codes

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

#dbe2da Text Font Color

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

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


#dbe2da Background Color

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

This div background color is #dbe2da


#dbe2da Border Color

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

This div border color is #dbe2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe2da


Comments

No comments written yet.

Please login to write comment.