#DBE3F4

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

Shades of Hawkes Blue #DBE3F4

Tints of Hawkes Blue #DBE3F4

Color information

#DBE3F4 (or 0xDBE3F4) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and F4. RGB value is (219,227,244). Sum of RGB (Red+Green+Blue) = 219+227+244=690 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.74% from 690); Green value is 227 (89.06% from 255 or 32.90% from 690); Blue value is 244 (95.70% from 255 or 35.36% from 690); Max value from RGB is 244 - color contains mainly: blue. Hex color #DBE3F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F4 is #241C0B. Grayscale: #E2E2E2. Windows color (decimal): -2366476 or 16049115. OLE color: 16049115.

HSL color Cylindrical-coordinate representation of color #DBE3F4: hue angle of 220.8º degrees, saturation: 0.53, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE3F4 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB219227244-
CMYK0.100.0700.04
HSL220.8º53.19%90.78%-
HSV(B)220.8º10.25%95.69%-
XYZ73.0176.5396.51-
YUV226.55137.85122.62-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.74%
GREEN value IS 227 (89.06% from 255) = 32.90%
BLUE value IS 244 (95.70% from 255) = 35.36%
R=31.74%
G=32.90%
B=35.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192272440.100.0700.04220.853.1990.78
HexDBE3F4A704dd355b
Octal3333433641270433565133
Binary11011011111000111111010010101110100110111011101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3F4; }

 p { color: rgb(219,227,244); }

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

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

 a { background-color: rgb(219,227,244); }

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

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

 span { border-color: rgb(219,227,244); }

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