Shades of Hawkes Blue #DEE1EE
Tints of Hawkes Blue #DEE1EE
RGB
CMYK
RGB Variations
Color information
#DEE1EE (or 0xDEE1EE) is known color: Hawkes Blue. HEX triplet: DE, E1 and EE. RGB value is (222,225,238). Sum of RGB (Red+Green+Blue) = 222+225+238=685 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.41% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 238 (93.36% from 255 or 34.74% from 685); Max value from RGB is 238 - color contains mainly: blue. Hex color #DEE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE1EE is #211E11. Grayscale: #E1E1E1. Windows color (decimal): -2170386 or 15655390. OLE color: 15655390.
HSL color Cylindrical-coordinate representation of color #DEE1EE: hue angle of 228.75º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DEE1EE is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 225 | 238 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.07 |
| HSL | 228.75º | 0.32% | 0.9% | - |
| HSV(B) | 228.75º | 0.07% | 0.93% | - |
| XYZ | 72.48 | 75.55 | 91.65 | - |
| YUV | 225.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 225 | 238 | 0.07 | 0.05 | 0 | 0.07 | 228.75 | 0.32 | 0.9 |
| Hex | DE | E1 | EE | 7 | 5 | 0 | 7 | E5 | 20 | 5A |
| Octal | 336 | 341 | 356 | 7 | 5 | 0 | 7 | 345 | 40 | 132 |
| Binary | 11011110 | 11100001 | 11101110 | 111 | 101 | 0 | 111 | 11100101 | 100000 | 1011010 |
Color Harmonies of #DEE1EE
Complementary color
Monochromatic Colors of #DEE1EE
Black with #DEE1EE
Text Example
Text Example
White with #DEE1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE1EE; }
p { color: rgb(222,225,238); }
H1.HeaderClassName
{
color: #DEE1EE;
}
.AnyTagClassName
{
color: #DEE1EE;
}
</style>
background-color css
<style>
a { background-color: #DEE1EE; }
a { background-color: rgb(222,225,238); }
div.DivClassName
{
background-color: #DEE1EE;
}
.BgClassName
{
background-color: #DEE1EE;
}
</style>
border-color css
<style>
span { border-color: #DEE1EE; }
span { border-color: rgb(222,225,238); }
td.TdClassName
{
border-color: #DEE1EE;
}
.TagClassName
{
border-color: #DEE1EE;
}
</style>