Shades of Hawkes Blue #DEE0E9
Tints of Hawkes Blue #DEE0E9
RGB
CMYK
RGB Variations
Color information
#DEE0E9 (or 0xDEE0E9) is known color: Hawkes Blue. HEX triplet: DE, E0 and E9. RGB value is (222,224,233). Sum of RGB (Red+Green+Blue) = 222+224+233=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 233 (91.41% from 255 or 34.32% from 679); Max value from RGB is 233 - color contains mainly: blue. Hex color #DEE0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE0E9 is #211F16. Grayscale: #E0E0E0. Windows color (decimal): -2170647 or 15327454. OLE color: 15327454.
HSL color Cylindrical-coordinate representation of color #DEE0E9: hue angle of 229.09º degrees, saturation: 0.2, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE0E9 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 222 | 224 | 233 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.09 |
| HSL | 229.09º | 0.2% | 0.89% | - |
| HSV(B) | 229.09º | 0.05% | 0.91% | - |
| XYZ | 71.49 | 74.72 | 87.75 | - |
| YUV | 224.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 233 | 0.05 | 0.04 | 0 | 0.09 | 229.09 | 0.2 | 0.89 |
| Hex | DE | E0 | E9 | 5 | 4 | 0 | 9 | E5 | 14 | 59 |
| Octal | 336 | 340 | 351 | 5 | 4 | 0 | 11 | 345 | 24 | 131 |
| Binary | 11011110 | 11100000 | 11101001 | 101 | 100 | 0 | 1001 | 11100101 | 10100 | 1011001 |
Color Harmonies of #DEE0E9
Complementary color
Monochromatic Colors of #DEE0E9
Black with #DEE0E9
Text Example
Text Example
White with #DEE0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0E9; }
p { color: rgb(222,224,233); }
H1.HeaderClassName
{
color: #DEE0E9;
}
.AnyTagClassName
{
color: #DEE0E9;
}
</style>
background-color css
<style>
a { background-color: #DEE0E9; }
a { background-color: rgb(222,224,233); }
div.DivClassName
{
background-color: #DEE0E9;
}
.BgClassName
{
background-color: #DEE0E9;
}
</style>
border-color css
<style>
span { border-color: #DEE0E9; }
span { border-color: rgb(222,224,233); }
td.TdClassName
{
border-color: #DEE0E9;
}
.TagClassName
{
border-color: #DEE0E9;
}
</style>