#DBE2F7

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

Shades of Hawkes Blue #DBE2F7

Tints of Hawkes Blue #DBE2F7

Color information

#DBE2F7 (or 0xDBE2F7) is unknown color: approx Hawkes Blue. HEX triplet: DB, E2 and F7. RGB value is (219,226,247). Sum of RGB (Red+Green+Blue) = 219+226+247=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 226 (88.67% from 255 or 32.66% from 692); Blue value is 247 (96.88% from 255 or 35.69% from 692); Max value from RGB is 247 - color contains mainly: blue. Hex color #DBE2F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F7 is #241D08. Grayscale: #E2E2E2. Windows color (decimal): -2366729 or 16245467. OLE color: 16245467.

HSL color Cylindrical-coordinate representation of color #DBE2F7: hue angle of 225º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBE2F7 is Cyan = 0.11, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB219226247-
CMYK0.110.0900.03
HSL225º63.64%91.37%-
HSV(B)225º11.34%96.86%-
XYZ73.276.1798.84-
YUV226.3139.68122.79-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 226 (88.67% from 255) = 32.66%
BLUE value IS 247 (96.88% from 255) = 35.69%
R=31.65%
G=32.66%
B=35.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192262470.110.0900.0322563.6491.37
HexDBE2F7B903e1405b
Octal333342367131103341100133
Binary110110111110001011110111101110010111110000110000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2F7; }

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

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

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

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

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

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

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

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