#DBE2F3

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

Shades of Hawkes Blue #DBE2F3

Tints of Hawkes Blue #DBE2F3

Color information

#DBE2F3 (or 0xDBE2F3) is unknown color: approx Hawkes Blue. HEX triplet: DB, E2 and F3. RGB value is (219,226,243). Sum of RGB (Red+Green+Blue) = 219+226+243=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 226 (88.67% from 255 or 32.85% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 243 - color contains mainly: blue. Hex color #DBE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F3 is #241D0C. Grayscale: #E1E1E1. Windows color (decimal): -2366733 or 15983323. OLE color: 15983323.

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

Color convert

RGB219226243-
CMYK0.100.0700.05
HSL222.5º50%90.59%-
HSV(B)222.5º9.88%95.29%-
XYZ72.5975.9295.62-
YUV225.84137.68123.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.83%
GREEN value IS 226 (88.67% from 255) = 32.85%
BLUE value IS 243 (95.31% from 255) = 35.32%
R=31.83%
G=32.85%
B=35.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192262430.100.0700.05222.55090.59
HexDBE2F3A705de325b
Octal3333423631270533662133
Binary11011011111000101111001110101110101110111101100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE2F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE2F3; }

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

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

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

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

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

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

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

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