#DBE3F2

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

Shades of Hawkes Blue #DBE3F2

Tints of Hawkes Blue #DBE3F2

Color information

#DBE3F2 (or 0xDBE3F2) is unknown color: approx Hawkes Blue. HEX triplet: DB, E3 and F2. RGB value is (219,227,242). Sum of RGB (Red+Green+Blue) = 219+227+242=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 227 (89.06% from 255 or 32.99% from 688); Blue value is 242 (94.92% from 255 or 35.17% from 688); Max value from RGB is 242 - color contains mainly: blue. Hex color #DBE3F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE3F2 is #241C0D. Grayscale: #E2E2E2. Windows color (decimal): -2366478 or 15918043. OLE color: 15918043.

HSL color Cylindrical-coordinate representation of color #DBE3F2: hue angle of 219.13º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE3F2 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB219227242-
CMYK0.100.0600.05
HSL219.13º46.94%90.39%-
HSV(B)219.13º9.5%94.9%-
XYZ72.7176.4194.92-
YUV226.32136.85122.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.83%
GREEN value IS 227 (89.06% from 255) = 32.99%
BLUE value IS 242 (94.92% from 255) = 35.17%
R=31.83%
G=32.99%
B=35.17%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192272420.100.0600.05219.1346.9490.39
HexDBE3F2A605db2f5a
Octal3333433621260533357132
Binary11011011111000111111001010101100101110110111011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE3F2; }

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

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

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

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

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

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

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

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