Shades of Hawkes Blue #D8DADF
Tints of Hawkes Blue #D8DADF
RGB
CMYK
RGB Variations
Color information
#D8DADF (or 0xD8DADF) is known color: Hawkes Blue. HEX triplet: D8, DA and DF. RGB value is (216,218,223). Sum of RGB (Red+Green+Blue) = 216+218+223=657 (87% of max value = 765). Red value is 216 (84.77% from 255 or 32.88% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 223 (87.5% from 255 or 33.94% from 657); Max value from RGB is 223 - color contains mainly: blue. Hex color #D8DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DADF is #272520. Grayscale: #D9D9D9. Windows color (decimal): -2565409 or 14670552. OLE color: 14670552.
HSL color Cylindrical-coordinate representation of color #D8DADF: hue angle of 222.86º 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 #D8DADF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 218 | 223 | - |
| CMYK | 0.03 | 0.02 | 0 | 0.13 |
| HSL | 222.86º | 0.1% | 0.86% | - |
| HSV(B) | 222.86º | 0.03% | 0.87% | - |
| XYZ | 66.71 | 70.07 | 79.82 | - |
| YUV | 217.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 223 | 0.03 | 0.02 | 0 | 0.13 | 222.86 | 0.1 | 0.86 |
| Hex | D8 | DA | DF | 3 | 2 | 0 | D | DF | A | 56 |
| Octal | 330 | 332 | 337 | 3 | 2 | 0 | 15 | 337 | 12 | 126 |
| Binary | 11011000 | 11011010 | 11011111 | 11 | 10 | 0 | 1101 | 11011111 | 1010 | 1010110 |
Color Harmonies of #D8DADF
Complementary color
Monochromatic Colors of #D8DADF
Black with #D8DADF
Text Example
Text Example
White with #D8DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DADF; }
p { color: rgb(216,218,223); }
H1.HeaderClassName
{
color: #D8DADF;
}
.AnyTagClassName
{
color: #D8DADF;
}
</style>
background-color css
<style>
a { background-color: #D8DADF; }
a { background-color: rgb(216,218,223); }
div.DivClassName
{
background-color: #D8DADF;
}
.BgClassName
{
background-color: #D8DADF;
}
</style>
border-color css
<style>
span { border-color: #D8DADF; }
span { border-color: rgb(216,218,223); }
td.TdClassName
{
border-color: #D8DADF;
}
.TagClassName
{
border-color: #D8DADF;
}
</style>