Color Hex Logo

#dbe2de Color Hex

#DBE2DE
(219,226,222)
0 Favorites   0 Comments

Color spaces of #dbe2de

RGB 219226222
HSL0.400.110.87
HSV146°89°
CMYK 0.030.000.02   0.11
XYZ69.594674.726779.8629
Yxy74.72670.31040.3333
Hunter Lab86.4446-7.57175.7354
CIE-Lab89.2648-3.06761.1236

#dbe2de color RGB value is (219,226,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 11011110
Octal 333 342 336
Decimal 219 226 222
Hex DB E2 DE

RGB Percentages of Color #dbe2de

%32.83
%33.88
%33.28

CMYK Percentages of Color #dbe2de

%3
%0
%2
%11

Triadic Colors of #dbe2de

#dbe2de #dedbe2 #e2dedb

Analogous Colors of #dbe2de

#dbe2de #dbe2e2 #dce2db

Monochromatic Colors of #dbe2de

#dbe2de

Complementary Color

#dbe2de #e2dbdf

#dbe2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe2de Color CSS Codes

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

#dbe2de Text Font Color

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

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


#dbe2de Background Color

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

This div background color is #dbe2de


#dbe2de Border Color

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

This div border color is #dbe2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe2de


Comments

No comments written yet.

Please login to write comment.