Shades of Hawkes Blue #D6DAE8
Tints of Hawkes Blue #D6DAE8
RGB
CMYK
RGB Variations
Color information
#D6DAE8 (or 0xD6DAE8) is known color: Hawkes Blue. HEX triplet: D6, DA and E8. RGB value is (214,218,232). Sum of RGB (Red+Green+Blue) = 214+218+232=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 218 (85.55% from 255 or 32.83% from 664); Blue value is 232 (91.02% from 255 or 34.94% from 664); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAE8 is #292517. Grayscale: #DADADA. Windows color (decimal): -2696472 or 15260374. OLE color: 15260374.
HSL color Cylindrical-coordinate representation of color #D6DAE8: hue angle of 226.67º degrees, saturation: 0.28, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6DAE8 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 218 | 232 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.09 |
| HSL | 226.67º | 0.28% | 0.87% | - |
| HSV(B) | 226.67º | 0.08% | 0.91% | - |
| XYZ | 67.37 | 70.27 | 86.36 | - |
| YUV | 218.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 232 | 0.08 | 0.06 | 0 | 0.09 | 226.67 | 0.28 | 0.87 |
| Hex | D6 | DA | E8 | 8 | 6 | 0 | 9 | E3 | 1C | 57 |
| Octal | 326 | 332 | 350 | 10 | 6 | 0 | 11 | 343 | 34 | 127 |
| Binary | 11010110 | 11011010 | 11101000 | 1000 | 110 | 0 | 1001 | 11100011 | 11100 | 1010111 |
Color Harmonies of #D6DAE8
Complementary color
Monochromatic Colors of #D6DAE8
Black with #D6DAE8
Text Example
Text Example
White with #D6DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAE8; }
p { color: rgb(214,218,232); }
H1.HeaderClassName
{
color: #D6DAE8;
}
.AnyTagClassName
{
color: #D6DAE8;
}
</style>
background-color css
<style>
a { background-color: #D6DAE8; }
a { background-color: rgb(214,218,232); }
div.DivClassName
{
background-color: #D6DAE8;
}
.BgClassName
{
background-color: #D6DAE8;
}
</style>
border-color css
<style>
span { border-color: #D6DAE8; }
span { border-color: rgb(214,218,232); }
td.TdClassName
{
border-color: #D6DAE8;
}
.TagClassName
{
border-color: #D6DAE8;
}
</style>