Shades of Hawkes Blue #D9E0E9
Tints of Hawkes Blue #D9E0E9
RGB
CMYK
RGB Variations
Color information
#D9E0E9 (or 0xD9E0E9) is known color: Hawkes Blue. HEX triplet: D9, E0 and E9. RGB value is (217,224,233). Sum of RGB (Red+Green+Blue) = 217+224+233=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 233 (91.41% from 255 or 34.57% from 674); Max value from RGB is 233 - color contains mainly: blue. Hex color #D9E0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9E0E9 is #261F16. Grayscale: #DEDEDE. Windows color (decimal): -2498327 or 15327449. OLE color: 15327449.
HSL color Cylindrical-coordinate representation of color #D9E0E9: hue angle of 213.75º degrees, saturation: 0.27, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9E0E9 is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 224 | 233 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.09 |
| HSL | 213.75º | 0.27% | 0.88% | - |
| HSV(B) | 213.75º | 0.07% | 0.91% | - |
| XYZ | 69.98 | 73.95 | 87.68 | - |
| YUV | 222.93 | 133.68 | 123.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 224 | 233 | 0.07 | 0.04 | 0 | 0.09 | 213.75 | 0.27 | 0.88 |
| Hex | D9 | E0 | E9 | 7 | 4 | 0 | 9 | D6 | 1B | 58 |
| Octal | 331 | 340 | 351 | 7 | 4 | 0 | 11 | 326 | 33 | 130 |
| Binary | 11011001 | 11100000 | 11101001 | 111 | 100 | 0 | 1001 | 11010110 | 11011 | 1011000 |
Color Harmonies of #D9E0E9
Complementary color
Monochromatic Colors of #D9E0E9
Black with #D9E0E9
Text Example
Text Example
White with #D9E0E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E0E9; }
p { color: rgb(217,224,233); }
H1.HeaderClassName
{
color: #D9E0E9;
}
.AnyTagClassName
{
color: #D9E0E9;
}
</style>
background-color css
<style>
a { background-color: #D9E0E9; }
a { background-color: rgb(217,224,233); }
div.DivClassName
{
background-color: #D9E0E9;
}
.BgClassName
{
background-color: #D9E0E9;
}
</style>
border-color css
<style>
span { border-color: #D9E0E9; }
span { border-color: rgb(217,224,233); }
td.TdClassName
{
border-color: #D9E0E9;
}
.TagClassName
{
border-color: #D9E0E9;
}
</style>