Shades of Hawkes Blue #DBE2F0
Tints of Hawkes Blue #DBE2F0
RGB
CMYK
RGB Variations
Color information
#DBE2F0 (or 0xDBE2F0) is known color: Hawkes Blue. HEX triplet: DB, E2 and F0. RGB value is (219,226,240). Sum of RGB (Red+Green+Blue) = 219+226+240=685 (90% of max value = 765). Red value is 219 (85.94% from 255 or 31.97% from 685); Green value is 226 (88.67% from 255 or 32.99% from 685); Blue value is 240 (94.14% from 255 or 35.04% from 685); Max value from RGB is 240 - color contains mainly: blue. Hex color #DBE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2F0 is #241D0F. Grayscale: #E1E1E1. Windows color (decimal): -2366736 or 15786715. OLE color: 15786715.
HSL color Cylindrical-coordinate representation of color #DBE2F0: hue angle of 220º 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 #DBE2F0 is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 226 | 240 | - |
CMYK | 0.09 | 0.06 | 0 | 0.06 |
HSL | 220º | 0.41% | 0.9% | - |
HSV(B) | 220º | 0.09% | 0.94% | - |
XYZ | 72.14 | 75.74 | 93.26 | - |
YUV | 225.5 | 136.18 | 123.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 240 | 0.09 | 0.06 | 0 | 0.06 | 220 | 0.41 | 0.9 |
Hex | DB | E2 | F0 | 9 | 6 | 0 | 6 | DC | 29 | 5A |
Octal | 333 | 342 | 360 | 11 | 6 | 0 | 6 | 334 | 51 | 132 |
Binary | 11011011 | 11100010 | 11110000 | 1001 | 110 | 0 | 110 | 11011100 | 101001 | 1011010 |
Color Harmonies of #DBE2F0
Complementary color
Monochromatic Colors of #DBE2F0
Black with #DBE2F0
Text Example
Text Example
White with #DBE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2F0; }
p { color: rgb(219,226,240); }
H1.HeaderClassName
{
color: #DBE2F0;
}
.AnyTagClassName
{
color: #DBE2F0;
}
</style>
background-color css
<style>
a { background-color: #DBE2F0; }
a { background-color: rgb(219,226,240); }
div.DivClassName
{
background-color: #DBE2F0;
}
.BgClassName
{
background-color: #DBE2F0;
}
</style>
border-color css
<style>
span { border-color: #DBE2F0; }
span { border-color: rgb(219,226,240); }
td.TdClassName
{
border-color: #DBE2F0;
}
.TagClassName
{
border-color: #DBE2F0;
}
</style>