Color Hex Logo

#dbe2df Color Hex

#DBE2DF
(219,226,223)
0 Favorites   0 Comments

Color spaces of #dbe2df

RGB 219226223
HSL0.430.110.87
HSV154°89°
CMYK 0.030.000.01   0.11
XYZ69.729174.780580.5710
Yxy74.78050.30980.3322
Hunter Lab86.4757-7.40035.2914
CIE-Lab89.2901-2.88640.6356

#dbe2df color RGB value is (219,226,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100010 11011111
Octal 333 342 337
Decimal 219 226 223
Hex DB E2 DF

RGB Percentages of Color #dbe2df

%32.78
%33.83
%33.38

CMYK Percentages of Color #dbe2df

%3
%0
%1
%11

Triadic Colors of #dbe2df

#dbe2df #dfdbe2 #e2dfdb

Analogous Colors of #dbe2df

#dbe2df #dbe2e2 #dbe2dc

Monochromatic Colors of #dbe2df

#dbe2df

Complementary Color

#dbe2df #e2dbde

#dbe2df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe2df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe2df Color CSS Codes

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

#dbe2df Text Font Color

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

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


#dbe2df Background Color

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

This div background color is #dbe2df


#dbe2df Border Color

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

This div border color is #dbe2df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe2df


Comments

No comments written yet.

Please login to write comment.