Shades of Hawkes Blue #D8D9E0
Tints of Hawkes Blue #D8D9E0
RGB
CMYK
RGB Variations
Color information
#D8D9E0 (or 0xD8D9E0) is known color: Hawkes Blue. HEX triplet: D8, D9 and E0. RGB value is (216,217,224). Sum of RGB (Red+Green+Blue) = 216+217+224=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 217 (85.16% from 255 or 33.03% from 657); Blue value is 224 (87.89% from 255 or 34.09% from 657); Max value from RGB is 224 - color contains mainly: blue. Hex color #D8D9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9E0 is #27261F. Grayscale: #D9D9D9. Windows color (decimal): -2565664 or 14735832. OLE color: 14735832.
HSL color Cylindrical-coordinate representation of color #D8D9E0: hue angle of 232.5º degrees, saturation: 0.11, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D8D9E0 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 217 | 224 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.12 |
| HSL | 232.5º | 0.11% | 0.86% | - |
| HSV(B) | 232.5º | 0.04% | 0.88% | - |
| XYZ | 66.59 | 69.61 | 80.45 | - |
| YUV | 217.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 224 | 0.04 | 0.03 | 0 | 0.12 | 232.5 | 0.11 | 0.86 |
| Hex | D8 | D9 | E0 | 4 | 3 | 0 | C | E8 | B | 56 |
| Octal | 330 | 331 | 340 | 4 | 3 | 0 | 14 | 350 | 13 | 126 |
| Binary | 11011000 | 11011001 | 11100000 | 100 | 11 | 0 | 1100 | 11101000 | 1011 | 1010110 |
Color Harmonies of #D8D9E0
Complementary color
Monochromatic Colors of #D8D9E0
Black with #D8D9E0
Text Example
Text Example
White with #D8D9E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9E0; }
p { color: rgb(216,217,224); }
H1.HeaderClassName
{
color: #D8D9E0;
}
.AnyTagClassName
{
color: #D8D9E0;
}
</style>
background-color css
<style>
a { background-color: #D8D9E0; }
a { background-color: rgb(216,217,224); }
div.DivClassName
{
background-color: #D8D9E0;
}
.BgClassName
{
background-color: #D8D9E0;
}
</style>
border-color css
<style>
span { border-color: #D8D9E0; }
span { border-color: rgb(216,217,224); }
td.TdClassName
{
border-color: #D8D9E0;
}
.TagClassName
{
border-color: #D8D9E0;
}
</style>