Shades of Hawkes Blue #D6D7DC
Tints of Hawkes Blue #D6D7DC
RGB
CMYK
RGB Variations
Color information
#D6D7DC (or 0xD6D7DC) is known color: Hawkes Blue. HEX triplet: D6, D7 and DC. RGB value is (214,215,220). Sum of RGB (Red+Green+Blue) = 214+215+220=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 215 (84.38% from 255 or 33.13% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: blue. Hex color #D6D7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DC is #292823. Grayscale: #D7D7D7. Windows color (decimal): -2697252 or 14473174. OLE color: 14473174.
HSL color Cylindrical-coordinate representation of color #D6D7DC: hue angle of 230º degrees, saturation: 0.08, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D6D7DC is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 214 | 215 | 220 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.14 |
| HSL | 230º | 0.08% | 0.85% | - |
| HSV(B) | 230º | 0.03% | 0.86% | - |
| XYZ | 64.95 | 68.06 | 77.42 | - |
| YUV | 215.27 | 130.67 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 215 | 220 | 0.03 | 0.02 | 0 | 0.14 | 230 | 0.08 | 0.85 |
| Hex | D6 | D7 | DC | 3 | 2 | 0 | E | E6 | 8 | 55 |
| Octal | 326 | 327 | 334 | 3 | 2 | 0 | 16 | 346 | 10 | 125 |
| Binary | 11010110 | 11010111 | 11011100 | 11 | 10 | 0 | 1110 | 11100110 | 1000 | 1010101 |
Color Harmonies of #D6D7DC
Complementary color
Monochromatic Colors of #D6D7DC
Black with #D6D7DC
Text Example
Text Example
White with #D6D7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D7DC; }
p { color: rgb(214,215,220); }
H1.HeaderClassName
{
color: #D6D7DC;
}
.AnyTagClassName
{
color: #D6D7DC;
}
</style>
background-color css
<style>
a { background-color: #D6D7DC; }
a { background-color: rgb(214,215,220); }
div.DivClassName
{
background-color: #D6D7DC;
}
.BgClassName
{
background-color: #D6D7DC;
}
</style>
border-color css
<style>
span { border-color: #D6D7DC; }
span { border-color: rgb(214,215,220); }
td.TdClassName
{
border-color: #D6D7DC;
}
.TagClassName
{
border-color: #D6D7DC;
}
</style>