Shades of Hawkes Blue #D6DAE9
Tints of Hawkes Blue #D6DAE9
RGB
CMYK
RGB Variations
Color information
#D6DAE9 (or 0xD6DAE9) is known color: Hawkes Blue. HEX triplet: D6, DA and E9. RGB value is (214,218,233). Sum of RGB (Red+Green+Blue) = 214+218+233=665 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.18% from 665); Green value is 218 (85.55% from 255 or 32.78% from 665); Blue value is 233 (91.41% from 255 or 35.04% from 665); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DAE9 is #292516. Grayscale: #DADADA. Windows color (decimal): -2696471 or 15325910. OLE color: 15325910.
HSL color Cylindrical-coordinate representation of color #D6DAE9: hue angle of 227.37º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6DAE9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 218 | 233 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.09 |
| HSL | 227.37º | 0.3% | 0.88% | - |
| HSV(B) | 227.37º | 0.08% | 0.91% | - |
| XYZ | 67.51 | 70.32 | 87.11 | - |
| YUV | 218.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 233 | 0.08 | 0.06 | 0 | 0.09 | 227.37 | 0.3 | 0.88 |
| Hex | D6 | DA | E9 | 8 | 6 | 0 | 9 | E3 | 1E | 58 |
| Octal | 326 | 332 | 351 | 10 | 6 | 0 | 11 | 343 | 36 | 130 |
| Binary | 11010110 | 11011010 | 11101001 | 1000 | 110 | 0 | 1001 | 11100011 | 11110 | 1011000 |
Color Harmonies of #D6DAE9
Complementary color
Monochromatic Colors of #D6DAE9
Black with #D6DAE9
Text Example
Text Example
White with #D6DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAE9; }
p { color: rgb(214,218,233); }
H1.HeaderClassName
{
color: #D6DAE9;
}
.AnyTagClassName
{
color: #D6DAE9;
}
</style>
background-color css
<style>
a { background-color: #D6DAE9; }
a { background-color: rgb(214,218,233); }
div.DivClassName
{
background-color: #D6DAE9;
}
.BgClassName
{
background-color: #D6DAE9;
}
</style>
border-color css
<style>
span { border-color: #D6DAE9; }
span { border-color: rgb(214,218,233); }
td.TdClassName
{
border-color: #D6DAE9;
}
.TagClassName
{
border-color: #D6DAE9;
}
</style>