Shades of Hawkes Blue #DEE0E4
Tints of Hawkes Blue #DEE0E4
RGB
CMYK
RGB Variations
Color information
#DEE0E4 (or 0xDEE0E4) is known color: Hawkes Blue. HEX triplet: DE, E0 and E4. RGB value is (222,224,228). Sum of RGB (Red+Green+Blue) = 222+224+228=674 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.94% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 228 (89.45% from 255 or 33.83% from 674); Max value from RGB is 228 - color contains mainly: blue. Hex color #DEE0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0E4 is #211F1B. Grayscale: #DFDFDF. Windows color (decimal): -2170652 or 14999774. OLE color: 14999774.
HSL color Cylindrical-coordinate representation of color #DEE0E4: hue angle of 220º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE0E4 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 224 | 228 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.11 |
| HSL | 220º | 0.1% | 0.88% | - |
| HSV(B) | 220º | 0.03% | 0.89% | - |
| XYZ | 70.78 | 74.44 | 84.04 | - |
| YUV | 223.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 228 | 0.03 | 0.02 | 0 | 0.11 | 220 | 0.1 | 0.88 |
| Hex | DE | E0 | E4 | 3 | 2 | 0 | B | DC | A | 58 |
| Octal | 336 | 340 | 344 | 3 | 2 | 0 | 13 | 334 | 12 | 130 |
| Binary | 11011110 | 11100000 | 11100100 | 11 | 10 | 0 | 1011 | 11011100 | 1010 | 1011000 |
Color Harmonies of #DEE0E4
Complementary color
Monochromatic Colors of #DEE0E4
Black with #DEE0E4
Text Example
Text Example
White with #DEE0E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0E4; }
p { color: rgb(222,224,228); }
H1.HeaderClassName
{
color: #DEE0E4;
}
.AnyTagClassName
{
color: #DEE0E4;
}
</style>
background-color css
<style>
a { background-color: #DEE0E4; }
a { background-color: rgb(222,224,228); }
div.DivClassName
{
background-color: #DEE0E4;
}
.BgClassName
{
background-color: #DEE0E4;
}
</style>
border-color css
<style>
span { border-color: #DEE0E4; }
span { border-color: rgb(222,224,228); }
td.TdClassName
{
border-color: #DEE0E4;
}
.TagClassName
{
border-color: #DEE0E4;
}
</style>