Shades of Hawkes Blue #D6D7DA
Tints of Hawkes Blue #D6D7DA
RGB
CMYK
RGB Variations
Color information
#D6D7DA (or 0xD6D7DA) is known color: Hawkes Blue. HEX triplet: D6, D7 and DA. RGB value is (214,215,218). Sum of RGB (Red+Green+Blue) = 214+215+218=647 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.08% from 647); Green value is 215 (84.38% from 255 or 33.23% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 218 - color contains mainly: blue. Hex color #D6D7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D7DA is #292825. Grayscale: #D7D7D7. Windows color (decimal): -2697254 or 14342102. OLE color: 14342102.
HSL color Cylindrical-coordinate representation of color #D6D7DA: hue angle of 225º degrees, saturation: 0.05, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D6D7DA is Cyan = 0.02, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 214 | 215 | 218 | - |
CMYK | 0.02 | 0.01 | 0 | 0.15 |
HSL | 225º | 0.05% | 0.85% | - |
HSV(B) | 225º | 0.02% | 0.85% | - |
XYZ | 64.69 | 67.96 | 76.04 | - |
YUV | 215.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 215 | 218 | 0.02 | 0.01 | 0 | 0.15 | 225 | 0.05 | 0.85 |
Hex | D6 | D7 | DA | 2 | 1 | 0 | F | E1 | 5 | 55 |
Octal | 326 | 327 | 332 | 2 | 1 | 0 | 17 | 341 | 5 | 125 |
Binary | 11010110 | 11010111 | 11011010 | 10 | 1 | 0 | 1111 | 11100001 | 101 | 1010101 |
Color Harmonies of #D6D7DA
Complementary color
Monochromatic Colors of #D6D7DA
Black with #D6D7DA
Text Example
Text Example
White with #D6D7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D7DA; }
p { color: rgb(214,215,218); }
H1.HeaderClassName
{
color: #D6D7DA;
}
.AnyTagClassName
{
color: #D6D7DA;
}
</style>
background-color css
<style>
a { background-color: #D6D7DA; }
a { background-color: rgb(214,215,218); }
div.DivClassName
{
background-color: #D6D7DA;
}
.BgClassName
{
background-color: #D6D7DA;
}
</style>
border-color css
<style>
span { border-color: #D6D7DA; }
span { border-color: rgb(214,215,218); }
td.TdClassName
{
border-color: #D6D7DA;
}
.TagClassName
{
border-color: #D6D7DA;
}
</style>