Shades of Hawkes Blue #DBE2EE
Tints of Hawkes Blue #DBE2EE
RGB
CMYK
RGB Variations
Color information
#DBE2EE (or 0xDBE2EE) is known color: Hawkes Blue. HEX triplet: DB, E2 and EE. RGB value is (219,226,238). Sum of RGB (Red+Green+Blue) = 219+226+238=683 (90% of max value = 765). Red value is 219 (85.94% from 255 or 32.06% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 238 - color contains mainly: blue. Hex color #DBE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DBE2EE is #241D11. Grayscale: #E1E1E1. Windows color (decimal): -2366738 or 15655643. OLE color: 15655643.
HSL color Cylindrical-coordinate representation of color #DBE2EE: hue angle of 217.89º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBE2EE is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 219 | 226 | 238 | - |
CMYK | 0.08 | 0.05 | 0 | 0.07 |
HSL | 217.89º | 0.36% | 0.9% | - |
HSV(B) | 217.89º | 0.08% | 0.93% | - |
XYZ | 71.84 | 75.63 | 91.7 | - |
YUV | 225.28 | 135.18 | 123.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 226 | 238 | 0.08 | 0.05 | 0 | 0.07 | 217.89 | 0.36 | 0.9 |
Hex | DB | E2 | EE | 8 | 5 | 0 | 7 | DA | 24 | 5A |
Octal | 333 | 342 | 356 | 10 | 5 | 0 | 7 | 332 | 44 | 132 |
Binary | 11011011 | 11100010 | 11101110 | 1000 | 101 | 0 | 111 | 11011010 | 100100 | 1011010 |
Color Harmonies of #DBE2EE
Complementary color
Monochromatic Colors of #DBE2EE
Black with #DBE2EE
Text Example
Text Example
White with #DBE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBE2EE; }
p { color: rgb(219,226,238); }
H1.HeaderClassName
{
color: #DBE2EE;
}
.AnyTagClassName
{
color: #DBE2EE;
}
</style>
background-color css
<style>
a { background-color: #DBE2EE; }
a { background-color: rgb(219,226,238); }
div.DivClassName
{
background-color: #DBE2EE;
}
.BgClassName
{
background-color: #DBE2EE;
}
</style>
border-color css
<style>
span { border-color: #DBE2EE; }
span { border-color: rgb(219,226,238); }
td.TdClassName
{
border-color: #DBE2EE;
}
.TagClassName
{
border-color: #DBE2EE;
}
</style>