Shades of Hawkes Blue #D8D9DD
Tints of Hawkes Blue #D8D9DD
RGB
CMYK
RGB Variations
Color information
#D8D9DD (or 0xD8D9DD) is known color: Hawkes Blue. HEX triplet: D8, D9 and DD. RGB value is (216,217,221). Sum of RGB (Red+Green+Blue) = 216+217+221=654 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.03% from 654); Green value is 217 (85.16% from 255 or 33.18% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 221 - color contains mainly: blue. Hex color #D8D9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9DD is #272622. Grayscale: #D9D9D9. Windows color (decimal): -2565667 or 14539224. OLE color: 14539224.
HSL color Cylindrical-coordinate representation of color #D8D9DD: hue angle of 228º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8D9DD is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 217 | 221 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.13 |
| HSL | 228º | 0.07% | 0.86% | - |
| HSV(B) | 228º | 0.02% | 0.87% | - |
| XYZ | 66.18 | 69.45 | 78.32 | - |
| YUV | 217.16 | 130.17 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 217 | 221 | 0.02 | 0.02 | 0 | 0.13 | 228 | 0.07 | 0.86 |
| Hex | D8 | D9 | DD | 2 | 2 | 0 | D | E4 | 7 | 56 |
| Octal | 330 | 331 | 335 | 2 | 2 | 0 | 15 | 344 | 7 | 126 |
| Binary | 11011000 | 11011001 | 11011101 | 10 | 10 | 0 | 1101 | 11100100 | 111 | 1010110 |
Color Harmonies of #D8D9DD
Complementary color
Monochromatic Colors of #D8D9DD
Black with #D8D9DD
Text Example
Text Example
White with #D8D9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9DD; }
p { color: rgb(216,217,221); }
H1.HeaderClassName
{
color: #D8D9DD;
}
.AnyTagClassName
{
color: #D8D9DD;
}
</style>
background-color css
<style>
a { background-color: #D8D9DD; }
a { background-color: rgb(216,217,221); }
div.DivClassName
{
background-color: #D8D9DD;
}
.BgClassName
{
background-color: #D8D9DD;
}
</style>
border-color css
<style>
span { border-color: #D8D9DD; }
span { border-color: rgb(216,217,221); }
td.TdClassName
{
border-color: #D8D9DD;
}
.TagClassName
{
border-color: #D8D9DD;
}
</style>