Shades of Hawkes Blue #D8D9DE
Tints of Hawkes Blue #D8D9DE
RGB
CMYK
RGB Variations
Color information
#D8D9DE (or 0xD8D9DE) is known color: Hawkes Blue. HEX triplet: D8, D9 and DE. RGB value is (216,217,222). Sum of RGB (Red+Green+Blue) = 216+217+222=655 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.98% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 222 (87.11% from 255 or 33.89% from 655); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8D9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9DE is #272621. Grayscale: #D9D9D9. Windows color (decimal): -2565666 or 14604760. OLE color: 14604760.
HSL color Cylindrical-coordinate representation of color #D8D9DE: hue angle of 230º degrees, saturation: 0.08, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D8D9DE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 217 | 222 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.13 |
| HSL | 230º | 0.08% | 0.86% | - |
| HSV(B) | 230º | 0.03% | 0.87% | - |
| XYZ | 66.32 | 69.5 | 79.03 | - |
| YUV | 217.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 222 | 0.03 | 0.02 | 0 | 0.13 | 230 | 0.08 | 0.86 |
| Hex | D8 | D9 | DE | 3 | 2 | 0 | D | E6 | 8 | 56 |
| Octal | 330 | 331 | 336 | 3 | 2 | 0 | 15 | 346 | 10 | 126 |
| Binary | 11011000 | 11011001 | 11011110 | 11 | 10 | 0 | 1101 | 11100110 | 1000 | 1010110 |
Color Harmonies of #D8D9DE
Complementary color
Monochromatic Colors of #D8D9DE
Black with #D8D9DE
Text Example
Text Example
White with #D8D9DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9DE; }
p { color: rgb(216,217,222); }
H1.HeaderClassName
{
color: #D8D9DE;
}
.AnyTagClassName
{
color: #D8D9DE;
}
</style>
background-color css
<style>
a { background-color: #D8D9DE; }
a { background-color: rgb(216,217,222); }
div.DivClassName
{
background-color: #D8D9DE;
}
.BgClassName
{
background-color: #D8D9DE;
}
</style>
border-color css
<style>
span { border-color: #D8D9DE; }
span { border-color: rgb(216,217,222); }
td.TdClassName
{
border-color: #D8D9DE;
}
.TagClassName
{
border-color: #D8D9DE;
}
</style>