Shades of Hawkes Blue #DEE1EC
Tints of Hawkes Blue #DEE1EC
RGB
CMYK
RGB Variations
Color information
#DEE1EC (or 0xDEE1EC) is known color: Hawkes Blue. HEX triplet: DE, E1 and EC. RGB value is (222,225,236). Sum of RGB (Red+Green+Blue) = 222+225+236=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 225 (88.28% from 255 or 32.94% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DEE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1EC is #211E13. Grayscale: #E1E1E1. Windows color (decimal): -2170388 or 15524318. OLE color: 15524318.
HSL color Cylindrical-coordinate representation of color #DEE1EC: hue angle of 227.14º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DEE1EC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 222 | 225 | 236 | - |
CMYK | 0.06 | 0.05 | 0 | 0.07 |
HSL | 227.14º | 0.27% | 0.9% | - |
HSV(B) | 227.14º | 0.06% | 0.93% | - |
XYZ | 72.19 | 75.44 | 90.11 | - |
YUV | 225.36 | 134.01 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 225 | 236 | 0.06 | 0.05 | 0 | 0.07 | 227.14 | 0.27 | 0.9 |
Hex | DE | E1 | EC | 6 | 5 | 0 | 7 | E3 | 1B | 5A |
Octal | 336 | 341 | 354 | 6 | 5 | 0 | 7 | 343 | 33 | 132 |
Binary | 11011110 | 11100001 | 11101100 | 110 | 101 | 0 | 111 | 11100011 | 11011 | 1011010 |
Color Harmonies of #DEE1EC
Complementary color
Monochromatic Colors of #DEE1EC
Black with #DEE1EC
Text Example
Text Example
White with #DEE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1EC; }
p { color: rgb(222,225,236); }
H1.HeaderClassName
{
color: #DEE1EC;
}
.AnyTagClassName
{
color: #DEE1EC;
}
</style>
background-color css
<style>
a { background-color: #DEE1EC; }
a { background-color: rgb(222,225,236); }
div.DivClassName
{
background-color: #DEE1EC;
}
.BgClassName
{
background-color: #DEE1EC;
}
</style>
border-color css
<style>
span { border-color: #DEE1EC; }
span { border-color: rgb(222,225,236); }
td.TdClassName
{
border-color: #DEE1EC;
}
.TagClassName
{
border-color: #DEE1EC;
}
</style>