Shades of Hawkes Blue #DBE2EF
Tints of Hawkes Blue #DBE2EF
RGB
CMYK
RGB Variations
Color information
#DBE2EF (or 0xDBE2EF) is known color: Hawkes Blue. HEX triplet: DB, E2 and EF. RGB value is (219,226,239). Sum of RGB (Red+Green+Blue) = 219+226+239=684 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.02% from 684); Green value is 226 (88.67% from 255 or 33.04% from 684); Blue value is 239 (93.75% from 255 or 34.94% from 684); Max value from RGB is 239 - color contains mainly: blue. Hex color #DBE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2EF is #241D10. Grayscale: #E1E1E1. Windows color (decimal): -2366737 or 15721179. OLE color: 15721179.
HSL color Cylindrical-coordinate representation of color #DBE2EF: hue angle of 219º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE2EF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 219 | 226 | 239 | - |
CMYK | 0.08 | 0.05 | 0 | 0.06 |
HSL | 219º | 0.38% | 0.9% | - |
HSV(B) | 219º | 0.08% | 0.94% | - |
XYZ | 71.99 | 75.68 | 92.48 | - |
YUV | 225.39 | 135.68 | 123.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 239 | 0.08 | 0.05 | 0 | 0.06 | 219 | 0.38 | 0.9 |
Hex | DB | E2 | EF | 8 | 5 | 0 | 6 | DB | 26 | 5A |
Octal | 333 | 342 | 357 | 10 | 5 | 0 | 6 | 333 | 46 | 132 |
Binary | 11011011 | 11100010 | 11101111 | 1000 | 101 | 0 | 110 | 11011011 | 100110 | 1011010 |
Color Harmonies of #DBE2EF
Complementary color
Monochromatic Colors of #DBE2EF
Black with #DBE2EF
Text Example
Text Example
White with #DBE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2EF; }
p { color: rgb(219,226,239); }
H1.HeaderClassName
{
color: #DBE2EF;
}
.AnyTagClassName
{
color: #DBE2EF;
}
</style>
background-color css
<style>
a { background-color: #DBE2EF; }
a { background-color: rgb(219,226,239); }
div.DivClassName
{
background-color: #DBE2EF;
}
.BgClassName
{
background-color: #DBE2EF;
}
</style>
border-color css
<style>
span { border-color: #DBE2EF; }
span { border-color: rgb(219,226,239); }
td.TdClassName
{
border-color: #DBE2EF;
}
.TagClassName
{
border-color: #DBE2EF;
}
</style>