Color Hex Logo

#dbe5da Color Hex

#DBE5DA
(219,229,218)
0 Favorites   0 Comments

Color spaces of #dbe5da

RGB 219229218
HSL0.320.170.88
HSV115°90°
CMYK 0.040.000.05   0.10
XYZ69.887676.160677.3467
Yxy76.16060.31280.3409
Hunter Lab87.2700-9.77628.5408
CIE-Lab89.9339-5.31994.1916

#dbe5da color RGB value is (219,229,218).

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

The process color (four color CMYK) of #dbe5da color hex is 0.04, 0.00, 0.05, 0.10. Web safe color of #dbe5da is #cccccc. Color #dbe5da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100101 11011010
Octal 333 345 332
Decimal 219 229 218
Hex DB E5 DA

RGB Percentages of Color #dbe5da

%32.88
%34.38
%32.73

CMYK Percentages of Color #dbe5da

%4
%0
%5
%10

Triadic Colors of #dbe5da

#dbe5da #dadbe5 #e5dadb

Analogous Colors of #dbe5da

#dbe5da #dae5df #e1e5da

Monochromatic Colors of #dbe5da

#dbe5da

Complementary Color

#dbe5da #e4dae5

#dbe5da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe5da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe5da Color CSS Codes

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

#dbe5da Text Font Color

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

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


#dbe5da Background Color

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

This div background color is #dbe5da


#dbe5da Border Color

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

This div border color is #dbe5da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe5da


Comments

No comments written yet.

Please login to write comment.