Shades of Hawkes Blue #DEE1E5
Tints of Hawkes Blue #DEE1E5
RGB
CMYK
RGB Variations
Color information
#DEE1E5 (or 0xDEE1E5) is known color: Hawkes Blue. HEX triplet: DE, E1 and E5. RGB value is (222,225,229). Sum of RGB (Red+Green+Blue) = 222+225+229=676 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.84% from 676); Green value is 225 (88.28% from 255 or 33.28% from 676); Blue value is 229 (89.84% from 255 or 33.88% from 676); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEE1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE1E5 is #211E1A. Grayscale: #E0E0E0. Windows color (decimal): -2170395 or 15065566. OLE color: 15065566.
HSL color Cylindrical-coordinate representation of color #DEE1E5: hue angle of 214.29º degrees, saturation: 0.12, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DEE1E5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 225 | 229 | - |
CMYK | 0.03 | 0.02 | 0 | 0.10 |
HSL | 214.29º | 0.12% | 0.88% | - |
HSV(B) | 214.29º | 0.03% | 0.9% | - |
XYZ | 71.19 | 75.04 | 84.86 | - |
YUV | 224.56 | 130.51 | 126.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 229 | 0.03 | 0.02 | 0 | 0.10 | 214.29 | 0.12 | 0.88 |
Hex | DE | E1 | E5 | 3 | 2 | 0 | A | D6 | C | 58 |
Octal | 336 | 341 | 345 | 3 | 2 | 0 | 12 | 326 | 14 | 130 |
Binary | 11011110 | 11100001 | 11100101 | 11 | 10 | 0 | 1010 | 11010110 | 1100 | 1011000 |
Color Harmonies of #DEE1E5
Complementary color
Monochromatic Colors of #DEE1E5
Black with #DEE1E5
Text Example
Text Example
White with #DEE1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1E5; }
p { color: rgb(222,225,229); }
H1.HeaderClassName
{
color: #DEE1E5;
}
.AnyTagClassName
{
color: #DEE1E5;
}
</style>
background-color css
<style>
a { background-color: #DEE1E5; }
a { background-color: rgb(222,225,229); }
div.DivClassName
{
background-color: #DEE1E5;
}
.BgClassName
{
background-color: #DEE1E5;
}
</style>
border-color css
<style>
span { border-color: #DEE1E5; }
span { border-color: rgb(222,225,229); }
td.TdClassName
{
border-color: #DEE1E5;
}
.TagClassName
{
border-color: #DEE1E5;
}
</style>