#DBE1EF

Color #DBE1EF Hawkes Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hawkes Blue #DBE1EF

Tints of Hawkes Blue #DBE1EF

Color information

#DBE1EF (or 0xDBE1EF) is unknown color: approx Hawkes Blue. HEX triplet: DB, E1 and EF. RGB value is (219,225,239). Sum of RGB (Red+Green+Blue) = 219+225+239=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 239 (93.75% from 255 or 34.99% from 683); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1EF is #241E10. Grayscale: #E0E0E0. Windows color (decimal): -2366993 or 15720923. OLE color: 15720923.

HSL color Cylindrical-coordinate representation of color #DBE1EF: hue angle of 222º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE1EF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219225239-
CMYK0.080.0600.06
HSL222º38.46%89.8%-
HSV(B)222º8.37%93.73%-
XYZ71.7275.1492.39-
YUV224.8136.01123.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 32.06%
GREEN value IS 225 (88.28% from 255) = 32.94%
BLUE value IS 239 (93.75% from 255) = 34.99%
R=32.06%
G=32.94%
B=34.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192252390.080.0600.0622238.4689.8
HexDBE1EF8606de265a
Octal3333413571060633646132
Binary11011011111000011110111110001100110110111101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1EF; }

 p { color: rgb(219,225,239); }

 H1.HeaderClassName
 {
   color: #DBE1EF;
 }
 .AnyTagClassName
 {
   color: #DBE1EF;
 }
</style>
background-color css

<style>
 a { background-color: #DBE1EF; }

 a { background-color: rgb(219,225,239); }

 div.DivClassName
 {
   background-color: #DBE1EF;
 }
 .BgClassName
 {
   background-color: #DBE1EF;
 }
</style>
border-color css

<style>
 span { border-color: #DBE1EF; }

 span { border-color: rgb(219,225,239); }

 td.TdClassName
 {
   border-color: #DBE1EF;
 }
 .TagClassName
 {
   border-color: #DBE1EF;
 }
</style>