Shades of Hawkes Blue #DEE1E6
Tints of Hawkes Blue #DEE1E6
RGB
CMYK
RGB Variations
Color information
#DEE1E6 (or 0xDEE1E6) is known color: Hawkes Blue. HEX triplet: DE, E1 and E6. RGB value is (222,225,230). Sum of RGB (Red+Green+Blue) = 222+225+230=677 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.79% from 677); Green value is 225 (88.28% from 255 or 33.23% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEE1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1E6 is #211E19. Grayscale: #E0E0E0. Windows color (decimal): -2170394 or 15131102. OLE color: 15131102.
HSL color Cylindrical-coordinate representation of color #DEE1E6: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE1E6 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 225 | 230 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.10 |
| HSL | 217.5º | 0.14% | 0.89% | - |
| HSV(B) | 217.5º | 0.03% | 0.9% | - |
| XYZ | 71.33 | 75.09 | 85.6 | - |
| YUV | 224.67 | 131.01 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 230 | 0.03 | 0.02 | 0 | 0.10 | 217.5 | 0.14 | 0.89 |
| Hex | DE | E1 | E6 | 3 | 2 | 0 | A | DA | E | 59 |
| Octal | 336 | 341 | 346 | 3 | 2 | 0 | 12 | 332 | 16 | 131 |
| Binary | 11011110 | 11100001 | 11100110 | 11 | 10 | 0 | 1010 | 11011010 | 1110 | 1011001 |
Color Harmonies of #DEE1E6
Complementary color
Monochromatic Colors of #DEE1E6
Black with #DEE1E6
Text Example
Text Example
White with #DEE1E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1E6; }
p { color: rgb(222,225,230); }
H1.HeaderClassName
{
color: #DEE1E6;
}
.AnyTagClassName
{
color: #DEE1E6;
}
</style>
background-color css
<style>
a { background-color: #DEE1E6; }
a { background-color: rgb(222,225,230); }
div.DivClassName
{
background-color: #DEE1E6;
}
.BgClassName
{
background-color: #DEE1E6;
}
</style>
border-color css
<style>
span { border-color: #DEE1E6; }
span { border-color: rgb(222,225,230); }
td.TdClassName
{
border-color: #DEE1E6;
}
.TagClassName
{
border-color: #DEE1E6;
}
</style>