Shades of Hawkes Blue #D6D7DB
Tints of Hawkes Blue #D6D7DB
RGB
CMYK
RGB Variations
Color information
#D6D7DB (or 0xD6D7DB) is known color: Hawkes Blue. HEX triplet: D6, D7 and DB. RGB value is (214,215,219). Sum of RGB (Red+Green+Blue) = 214+215+219=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 215 (84.38% from 255 or 33.18% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 219 - color contains mainly: blue. Hex color #D6D7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DB is #292824. Grayscale: #D7D7D7. Windows color (decimal): -2697253 or 14407638. OLE color: 14407638.
HSL color Cylindrical-coordinate representation of color #D6D7DB: hue angle of 228º degrees, saturation: 0.06, 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 #D6D7DB is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 214 | 215 | 219 | - |
CMYK | 0.02 | 0.02 | 0 | 0.14 |
HSL | 228º | 0.06% | 0.85% | - |
HSV(B) | 228º | 0.02% | 0.86% | - |
XYZ | 64.82 | 68.01 | 76.73 | - |
YUV | 215.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 215 | 219 | 0.02 | 0.02 | 0 | 0.14 | 228 | 0.06 | 0.85 |
Hex | D6 | D7 | DB | 2 | 2 | 0 | E | E4 | 6 | 55 |
Octal | 326 | 327 | 333 | 2 | 2 | 0 | 16 | 344 | 6 | 125 |
Binary | 11010110 | 11010111 | 11011011 | 10 | 10 | 0 | 1110 | 11100100 | 110 | 1010101 |
Color Harmonies of #D6D7DB
Complementary color
Monochromatic Colors of #D6D7DB
Black with #D6D7DB
Text Example
Text Example
White with #D6D7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D7DB; }
p { color: rgb(214,215,219); }
H1.HeaderClassName
{
color: #D6D7DB;
}
.AnyTagClassName
{
color: #D6D7DB;
}
</style>
background-color css
<style>
a { background-color: #D6D7DB; }
a { background-color: rgb(214,215,219); }
div.DivClassName
{
background-color: #D6D7DB;
}
.BgClassName
{
background-color: #D6D7DB;
}
</style>
border-color css
<style>
span { border-color: #D6D7DB; }
span { border-color: rgb(214,215,219); }
td.TdClassName
{
border-color: #D6D7DB;
}
.TagClassName
{
border-color: #D6D7DB;
}
</style>