Color Hex Logo

#dbe7ff Color Hex

#DBE7FF
(219,231,255)
0 Favorites   0 Comments

Color spaces of #dbe7ff

RGB 219231255
HSL0.611.000.93
HSV220°14°100°
CMYK 0.140.090.00   0.00
XYZ75.839379.4319105.9425
Yxy79.43190.29030.3041
Hunter Lab89.1246-4.0760-8.0909
CIE-Lab91.42940.6975-12.9601

#dbe7ff color RGB value is (219,231,255).

#dbe7ff hex color red value is 219, green value is 231 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dbe7ff hue: 0.61 , saturation: 1.00 and the lightness value of dbe7ff is 0.93.

The process color (four color CMYK) of #dbe7ff color hex is 0.14, 0.09, 0.00, 0.00. Web safe color of #dbe7ff is #ccffff. Color #dbe7ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11100111 11111111
Octal 333 347 377
Decimal 219 231 255
Hex DB E7 FF

RGB Percentages of Color #dbe7ff

%31.06
%32.77
%36.17

CMYK Percentages of Color #dbe7ff

%14
%9
%0
%0

Triadic Colors of #dbe7ff

#dbe7ff #ffdbe7 #e7ffdb

Analogous Colors of #dbe7ff

#dbe7ff #e1dbff #dbf9ff

Monochromatic Colors of #dbe7ff

#dbe7ff

Complementary Color

#dbe7ff #fff3db

#dbe7ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbe7ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbe7ff Color CSS Codes

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

#dbe7ff Text Font Color

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

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


#dbe7ff Background Color

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

This div background color is #dbe7ff


#dbe7ff Border Color

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

This div border color is #dbe7ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbe7ff

#dbe7ff Color Palettes


Comments

No comments written yet.

Please login to write comment.