Shades of Hawkes Blue #DEE1E8
Tints of Hawkes Blue #DEE1E8
RGB
CMYK
RGB Variations
Color information
#DEE1E8 (or 0xDEE1E8) is known color: Hawkes Blue. HEX triplet: DE, E1 and E8. RGB value is (222,225,232). Sum of RGB (Red+Green+Blue) = 222+225+232=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 225 (88.28% from 255 or 33.14% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 232 - color contains mainly: blue. Hex color #DEE1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1E8 is #211E17. Grayscale: #E0E0E0. Windows color (decimal): -2170392 or 15262174. OLE color: 15262174.
HSL color Cylindrical-coordinate representation of color #DEE1E8: hue angle of 222º degrees, saturation: 0.18, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE1E8 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 225 | 232 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.09 |
| HSL | 222º | 0.18% | 0.89% | - |
| HSV(B) | 222º | 0.04% | 0.91% | - |
| XYZ | 71.61 | 75.21 | 87.09 | - |
| YUV | 224.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 232 | 0.04 | 0.03 | 0 | 0.09 | 222 | 0.18 | 0.89 |
| Hex | DE | E1 | E8 | 4 | 3 | 0 | 9 | DE | 12 | 59 |
| Octal | 336 | 341 | 350 | 4 | 3 | 0 | 11 | 336 | 22 | 131 |
| Binary | 11011110 | 11100001 | 11101000 | 100 | 11 | 0 | 1001 | 11011110 | 10010 | 1011001 |
Color Harmonies of #DEE1E8
Complementary color
Monochromatic Colors of #DEE1E8
Black with #DEE1E8
Text Example
Text Example
White with #DEE1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1E8; }
p { color: rgb(222,225,232); }
H1.HeaderClassName
{
color: #DEE1E8;
}
.AnyTagClassName
{
color: #DEE1E8;
}
</style>
background-color css
<style>
a { background-color: #DEE1E8; }
a { background-color: rgb(222,225,232); }
div.DivClassName
{
background-color: #DEE1E8;
}
.BgClassName
{
background-color: #DEE1E8;
}
</style>
border-color css
<style>
span { border-color: #DEE1E8; }
span { border-color: rgb(222,225,232); }
td.TdClassName
{
border-color: #DEE1E8;
}
.TagClassName
{
border-color: #DEE1E8;
}
</style>