Shades of Hawkes Blue #DEE0E5
Tints of Hawkes Blue #DEE0E5
RGB
CMYK
RGB Variations
Color information
#DEE0E5 (or 0xDEE0E5) is known color: Hawkes Blue. HEX triplet: DE, E0 and E5. RGB value is (222,224,229). Sum of RGB (Red+Green+Blue) = 222+224+229=675 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.89% from 675); Green value is 224 (87.89% from 255 or 33.19% from 675); Blue value is 229 (89.84% from 255 or 33.93% from 675); Max value from RGB is 229 - color contains mainly: blue. Hex color #DEE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEE0E5 is #211F1A. Grayscale: #DFDFDF. Windows color (decimal): -2170651 or 15065310. OLE color: 15065310.
HSL color Cylindrical-coordinate representation of color #DEE0E5: hue angle of 222.86º 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 #DEE0E5 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 224 | 229 | - |
CMYK | 0.03 | 0.02 | 0 | 0.10 |
HSL | 222.86º | 0.12% | 0.88% | - |
HSV(B) | 222.86º | 0.03% | 0.9% | - |
XYZ | 70.92 | 74.5 | 84.77 | - |
YUV | 223.97 | 130.84 | 126.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 224 | 229 | 0.03 | 0.02 | 0 | 0.10 | 222.86 | 0.12 | 0.88 |
Hex | DE | E0 | E5 | 3 | 2 | 0 | A | DF | C | 58 |
Octal | 336 | 340 | 345 | 3 | 2 | 0 | 12 | 337 | 14 | 130 |
Binary | 11011110 | 11100000 | 11100101 | 11 | 10 | 0 | 1010 | 11011111 | 1100 | 1011000 |
Color Harmonies of #DEE0E5
Complementary color
Monochromatic Colors of #DEE0E5
Black with #DEE0E5
Text Example
Text Example
White with #DEE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE0E5; }
p { color: rgb(222,224,229); }
H1.HeaderClassName
{
color: #DEE0E5;
}
.AnyTagClassName
{
color: #DEE0E5;
}
</style>
background-color css
<style>
a { background-color: #DEE0E5; }
a { background-color: rgb(222,224,229); }
div.DivClassName
{
background-color: #DEE0E5;
}
.BgClassName
{
background-color: #DEE0E5;
}
</style>
border-color css
<style>
span { border-color: #DEE0E5; }
span { border-color: rgb(222,224,229); }
td.TdClassName
{
border-color: #DEE0E5;
}
.TagClassName
{
border-color: #DEE0E5;
}
</style>