Shades of Hawkes Blue #D8DADE
Tints of Hawkes Blue #D8DADE
RGB
CMYK
RGB Variations
Color information
#D8DADE (or 0xD8DADE) is known color: Hawkes Blue. HEX triplet: D8, DA and DE. RGB value is (216,218,222). Sum of RGB (Red+Green+Blue) = 216+218+222=656 (86% of max value = 765). Red value is 216 (84.77% from 255 or 32.93% from 656); Green value is 218 (85.55% from 255 or 33.23% from 656); Blue value is 222 (87.11% from 255 or 33.84% from 656); Max value from RGB is 222 - color contains mainly: blue. Hex color #D8DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADE is #272521. Grayscale: #D9D9D9. Windows color (decimal): -2565410 or 14605016. OLE color: 14605016.
HSL color Cylindrical-coordinate representation of color #D8DADE: hue angle of 220º degrees, saturation: 0.08, 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 #D8DADE is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 218 | 222 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.13 |
| HSL | 220º | 0.08% | 0.86% | - |
| HSV(B) | 220º | 0.03% | 0.87% | - |
| XYZ | 66.58 | 70.02 | 79.11 | - |
| YUV | 217.86 | 130.34 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 222 | 0.03 | 0.02 | 0 | 0.13 | 220 | 0.08 | 0.86 |
| Hex | D8 | DA | DE | 3 | 2 | 0 | D | DC | 8 | 56 |
| Octal | 330 | 332 | 336 | 3 | 2 | 0 | 15 | 334 | 10 | 126 |
| Binary | 11011000 | 11011010 | 11011110 | 11 | 10 | 0 | 1101 | 11011100 | 1000 | 1010110 |
Color Harmonies of #D8DADE
Complementary color
Monochromatic Colors of #D8DADE
Black with #D8DADE
Text Example
Text Example
White with #D8DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DADE; }
p { color: rgb(216,218,222); }
H1.HeaderClassName
{
color: #D8DADE;
}
.AnyTagClassName
{
color: #D8DADE;
}
</style>
background-color css
<style>
a { background-color: #D8DADE; }
a { background-color: rgb(216,218,222); }
div.DivClassName
{
background-color: #D8DADE;
}
.BgClassName
{
background-color: #D8DADE;
}
</style>
border-color css
<style>
span { border-color: #D8DADE; }
span { border-color: rgb(216,218,222); }
td.TdClassName
{
border-color: #D8DADE;
}
.TagClassName
{
border-color: #D8DADE;
}
</style>