Shades of Hawkes Blue #D8E0EF
Tints of Hawkes Blue #D8E0EF
RGB
CMYK
RGB Variations
Color information
#D8E0EF (or 0xD8E0EF) is known color: Hawkes Blue. HEX triplet: D8, E0 and EF. RGB value is (216,224,239). Sum of RGB (Red+Green+Blue) = 216+224+239=679 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.81% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 239 (93.75% from 255 or 35.20% from 679); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8E0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8E0EF is #271F10. Grayscale: #DFDFDF. Windows color (decimal): -2563857 or 15720664. OLE color: 15720664.
HSL color Cylindrical-coordinate representation of color #D8E0EF: hue angle of 219.13º degrees, saturation: 0.42, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8E0EF is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 224 | 239 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.06 |
| HSL | 219.13º | 0.42% | 0.89% | - |
| HSV(B) | 219.13º | 0.1% | 0.94% | - |
| XYZ | 70.55 | 74.14 | 92.25 | - |
| YUV | 223.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 239 | 0.10 | 0.06 | 0 | 0.06 | 219.13 | 0.42 | 0.89 |
| Hex | D8 | E0 | EF | A | 6 | 0 | 6 | DB | 2A | 59 |
| Octal | 330 | 340 | 357 | 12 | 6 | 0 | 6 | 333 | 52 | 131 |
| Binary | 11011000 | 11100000 | 11101111 | 1010 | 110 | 0 | 110 | 11011011 | 101010 | 1011001 |
Color Harmonies of #D8E0EF
Complementary color
Monochromatic Colors of #D8E0EF
Black with #D8E0EF
Text Example
Text Example
White with #D8E0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E0EF; }
p { color: rgb(216,224,239); }
H1.HeaderClassName
{
color: #D8E0EF;
}
.AnyTagClassName
{
color: #D8E0EF;
}
</style>
background-color css
<style>
a { background-color: #D8E0EF; }
a { background-color: rgb(216,224,239); }
div.DivClassName
{
background-color: #D8E0EF;
}
.BgClassName
{
background-color: #D8E0EF;
}
</style>
border-color css
<style>
span { border-color: #D8E0EF; }
span { border-color: rgb(216,224,239); }
td.TdClassName
{
border-color: #D8E0EF;
}
.TagClassName
{
border-color: #D8E0EF;
}
</style>