#DBE2EF

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

Shades of Hawkes Blue #DBE2EF

Tints of Hawkes Blue #DBE2EF

Color information

#DBE2EF (or 0xDBE2EF) is unknown color: approx Hawkes Blue. HEX triplet: DB, E2 and EF. RGB value is (219,226,239). Sum of RGB (Red+Green+Blue) = 219+226+239=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2EF is #241D10. Grayscale: #E1E1E1. Windows color (decimal): -2366737 or 15721179. OLE color: 15721179.

HSL color Cylindrical-coordinate representation of color #DBE2EF: hue angle of 219º 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 #DBE2EF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219226239-
CMYK0.080.0500.06
HSL219º38.46%89.8%-
HSV(B)219º8.37%93.73%-
XYZ71.9975.6892.48-
YUV225.39135.68123.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 226 (88.67% from 255) = 33.04%
BLUE value IS 239 (93.75% from 255) = 34.94%
R=32.02%
G=33.04%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192262390.080.0500.0621938.4689.8
HexDBE2EF8506db265a
Octal3333423571050633346132
Binary11011011111000101110111110001010110110110111001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2EF; }

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

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

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

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

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

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

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

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