Shades of Hawkes Blue #D8D9DC
Tints of Hawkes Blue #D8D9DC
RGB
CMYK
RGB Variations
Color information
#D8D9DC (or 0xD8D9DC) is known color: Hawkes Blue. HEX triplet: D8, D9 and DC. RGB value is (216,217,220). Sum of RGB (Red+Green+Blue) = 216+217+220=653 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.08% from 653); Green value is 217 (85.16% from 255 or 33.23% from 653); Blue value is 220 (86.33% from 255 or 33.69% from 653); Max value from RGB is 220 - color contains mainly: blue. Hex color #D8D9DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9DC is #272623. Grayscale: #D9D9D9. Windows color (decimal): -2565668 or 14473688. OLE color: 14473688.
HSL color Cylindrical-coordinate representation of color #D8D9DC: hue angle of 225º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D8D9DC is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 217 | 220 | - |
CMYK | 0.02 | 0.01 | 0 | 0.14 |
HSL | 225º | 0.05% | 0.85% | - |
HSV(B) | 225º | 0.02% | 0.86% | - |
XYZ | 66.05 | 69.39 | 77.62 | - |
YUV | 217.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 217 | 220 | 0.02 | 0.01 | 0 | 0.14 | 225 | 0.05 | 0.85 |
Hex | D8 | D9 | DC | 2 | 1 | 0 | E | E1 | 5 | 55 |
Octal | 330 | 331 | 334 | 2 | 1 | 0 | 16 | 341 | 5 | 125 |
Binary | 11011000 | 11011001 | 11011100 | 10 | 1 | 0 | 1110 | 11100001 | 101 | 1010101 |
Color Harmonies of #D8D9DC
Complementary color
Monochromatic Colors of #D8D9DC
Black with #D8D9DC
Text Example
Text Example
White with #D8D9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D9DC; }
p { color: rgb(216,217,220); }
H1.HeaderClassName
{
color: #D8D9DC;
}
.AnyTagClassName
{
color: #D8D9DC;
}
</style>
background-color css
<style>
a { background-color: #D8D9DC; }
a { background-color: rgb(216,217,220); }
div.DivClassName
{
background-color: #D8D9DC;
}
.BgClassName
{
background-color: #D8D9DC;
}
</style>
border-color css
<style>
span { border-color: #D8D9DC; }
span { border-color: rgb(216,217,220); }
td.TdClassName
{
border-color: #D8D9DC;
}
.TagClassName
{
border-color: #D8D9DC;
}
</style>