Shades of Hawkes Blue #D9E0EC
Tints of Hawkes Blue #D9E0EC
RGB
CMYK
RGB Variations
Color information
#D9E0EC (or 0xD9E0EC) is known color: Hawkes Blue. HEX triplet: D9, E0 and EC. RGB value is (217,224,236). Sum of RGB (Red+Green+Blue) = 217+224+236=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 224 (87.89% from 255 or 33.09% from 677); Blue value is 236 (92.58% from 255 or 34.86% from 677); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E0EC is #261F13. Grayscale: #DFDFDF. Windows color (decimal): -2498324 or 15524057. OLE color: 15524057.
HSL color Cylindrical-coordinate representation of color #D9E0EC: hue angle of 217.89º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D9E0EC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 224 | 236 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.07 |
| HSL | 217.89º | 0.33% | 0.89% | - |
| HSV(B) | 217.89º | 0.08% | 0.93% | - |
| XYZ | 70.41 | 74.12 | 89.95 | - |
| YUV | 223.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 236 | 0.08 | 0.05 | 0 | 0.07 | 217.89 | 0.33 | 0.89 |
| Hex | D9 | E0 | EC | 8 | 5 | 0 | 7 | DA | 21 | 59 |
| Octal | 331 | 340 | 354 | 10 | 5 | 0 | 7 | 332 | 41 | 131 |
| Binary | 11011001 | 11100000 | 11101100 | 1000 | 101 | 0 | 111 | 11011010 | 100001 | 1011001 |
Color Harmonies of #D9E0EC
Complementary color
Monochromatic Colors of #D9E0EC
Black with #D9E0EC
Text Example
Text Example
White with #D9E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E0EC; }
p { color: rgb(217,224,236); }
H1.HeaderClassName
{
color: #D9E0EC;
}
.AnyTagClassName
{
color: #D9E0EC;
}
</style>
background-color css
<style>
a { background-color: #D9E0EC; }
a { background-color: rgb(217,224,236); }
div.DivClassName
{
background-color: #D9E0EC;
}
.BgClassName
{
background-color: #D9E0EC;
}
</style>
border-color css
<style>
span { border-color: #D9E0EC; }
span { border-color: rgb(217,224,236); }
td.TdClassName
{
border-color: #D9E0EC;
}
.TagClassName
{
border-color: #D9E0EC;
}
</style>