#DBE1F0

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

Shades of Hawkes Blue #DBE1F0

Tints of Hawkes Blue #DBE1F0

Color information

#DBE1F0 (or 0xDBE1F0) is unknown color: approx Hawkes Blue. HEX triplet: DB, E1 and F0. RGB value is (219,225,240). Sum of RGB (Red+Green+Blue) = 219+225+240=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 225 (88.28% from 255 or 32.89% from 684); Blue value is 240 (94.14% from 255 or 35.09% from 684); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE1F0 is #241E0F. Grayscale: #E0E0E0. Windows color (decimal): -2366992 or 15786459. OLE color: 15786459.

HSL color Cylindrical-coordinate representation of color #DBE1F0: hue angle of 222.86º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DBE1F0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB219225240-
CMYK0.090.0600.06
HSL222.86º41.18%90%-
HSV(B)222.86º8.75%94.12%-
XYZ71.8775.293.17-
YUV224.92136.51123.78-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.02%
GREEN value IS 225 (88.28% from 255) = 32.89%
BLUE value IS 240 (94.14% from 255) = 35.09%
R=32.02%
G=32.89%
B=35.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192252400.090.0600.06222.8641.1890
HexDBE1F09606df295a
Octal3333413601160633751132
Binary11011011111000011111000010011100110110111111010011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE1F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE1F0; }

 p { color: rgb(219,225,240); }

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

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

 a { background-color: rgb(219,225,240); }

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

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

 span { border-color: rgb(219,225,240); }

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