Color Hex Logo

#dbe7ee Color Hex

#DBE7EE
(219,231,238)
0 Favorites   0 Comments

Color spaces of #dbe7ee

RGB 219231238
HSL0.560.360.90
HSV202°93°
CMYK 0.080.030.00   0.07
XYZ73.221978.384992.1595
Yxy78.38490.30040.3216
Hunter Lab88.5352-7.31060.2576
CIE-Lab90.9553-2.6567-4.7808

#dbe7ee color RGB value is (219,231,238).

#dbe7ee hex color red value is 219, green value is 231 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dbe7ee hue: 0.56 , saturation: 0.36 and the lightness value of dbe7ee is 0.90.

The process color (four color CMYK) of #dbe7ee color hex is 0.08, 0.03, 0.00, 0.07. Web safe color of #dbe7ee is #ccffff. Color #dbe7ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 11101110
Octal 333 347 356
Decimal 219 231 238
Hex DB E7 EE

RGB Percentages of Color #dbe7ee

%31.83
%33.58
%34.59

CMYK Percentages of Color #dbe7ee

%8
%3
%0
%7

Triadic Colors of #dbe7ee

#dbe7ee #eedbe7 #e7eedb

Analogous Colors of #dbe7ee

#dbe7ee #dbdeee #dbeeec

Monochromatic Colors of #dbe7ee

#dbe7ee

Complementary Color

#dbe7ee #eee2db

#dbe7ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe7ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe7ee Color CSS Codes

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

#dbe7ee Text Font Color

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

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


#dbe7ee Background Color

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

This div background color is #dbe7ee


#dbe7ee Border Color

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

This div border color is #dbe7ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe7ee

#dbe7ee Color Palettes


Comments

No comments written yet.

Please login to write comment.