Shades of Hawkes Blue #D7D8DE
Tints of Hawkes Blue #D7D8DE
RGB
CMYK
RGB Variations
Color information
#D7D8DE (or 0xD7D8DE) is known color: Hawkes Blue. HEX triplet: D7, D8 and DE. RGB value is (215,216,222). Sum of RGB (Red+Green+Blue) = 215+216+222=653 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.92% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 222 (87.11% from 255 or 34.00% from 653); Max value from RGB is 222 - color contains mainly: blue. Hex color #D7D8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D8DE is #282721. Grayscale: #D8D8D8. Windows color (decimal): -2631458 or 14604503. OLE color: 14604503.
HSL color Cylindrical-coordinate representation of color #D7D8DE: hue angle of 231.43º degrees, saturation: 0.1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D7D8DE is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 216 | 222 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.13 |
| HSL | 231.43º | 0.1% | 0.86% | - |
| HSV(B) | 231.43º | 0.03% | 0.87% | - |
| XYZ | 65.77 | 68.83 | 78.93 | - |
| YUV | 216.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 216 | 222 | 0.03 | 0.03 | 0 | 0.13 | 231.43 | 0.1 | 0.86 |
| Hex | D7 | D8 | DE | 3 | 3 | 0 | D | E7 | A | 56 |
| Octal | 327 | 330 | 336 | 3 | 3 | 0 | 15 | 347 | 12 | 126 |
| Binary | 11010111 | 11011000 | 11011110 | 11 | 11 | 0 | 1101 | 11100111 | 1010 | 1010110 |
Color Harmonies of #D7D8DE
Complementary color
Monochromatic Colors of #D7D8DE
Black with #D7D8DE
Text Example
Text Example
White with #D7D8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D8DE; }
p { color: rgb(215,216,222); }
H1.HeaderClassName
{
color: #D7D8DE;
}
.AnyTagClassName
{
color: #D7D8DE;
}
</style>
background-color css
<style>
a { background-color: #D7D8DE; }
a { background-color: rgb(215,216,222); }
div.DivClassName
{
background-color: #D7D8DE;
}
.BgClassName
{
background-color: #D7D8DE;
}
</style>
border-color css
<style>
span { border-color: #D7D8DE; }
span { border-color: rgb(215,216,222); }
td.TdClassName
{
border-color: #D7D8DE;
}
.TagClassName
{
border-color: #D7D8DE;
}
</style>