Shades of Hawkes Blue #D7DAE9
Tints of Hawkes Blue #D7DAE9
RGB
CMYK
RGB Variations
Color information
#D7DAE9 (or 0xD7DAE9) is known color: Hawkes Blue. HEX triplet: D7, DA and E9. RGB value is (215,218,233). Sum of RGB (Red+Green+Blue) = 215+218+233=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 218 (85.55% from 255 or 32.73% from 666); Blue value is 233 (91.41% from 255 or 34.98% from 666); Max value from RGB is 233 - color contains mainly: blue. Hex color #D7DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7DAE9 is #282516. Grayscale: #DADADA. Windows color (decimal): -2630935 or 15325911. OLE color: 15325911.
HSL color Cylindrical-coordinate representation of color #D7DAE9: hue angle of 230º degrees, saturation: 0.29, 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 #D7DAE9 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 218 | 233 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.09 |
| HSL | 230º | 0.29% | 0.88% | - |
| HSV(B) | 230º | 0.08% | 0.91% | - |
| XYZ | 67.8 | 70.47 | 87.12 | - |
| YUV | 218.81 | 136.01 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 218 | 233 | 0.08 | 0.06 | 0 | 0.09 | 230 | 0.29 | 0.88 |
| Hex | D7 | DA | E9 | 8 | 6 | 0 | 9 | E6 | 1D | 58 |
| Octal | 327 | 332 | 351 | 10 | 6 | 0 | 11 | 346 | 35 | 130 |
| Binary | 11010111 | 11011010 | 11101001 | 1000 | 110 | 0 | 1001 | 11100110 | 11101 | 1011000 |
Color Harmonies of #D7DAE9
Complementary color
Monochromatic Colors of #D7DAE9
Black with #D7DAE9
Text Example
Text Example
White with #D7DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DAE9; }
p { color: rgb(215,218,233); }
H1.HeaderClassName
{
color: #D7DAE9;
}
.AnyTagClassName
{
color: #D7DAE9;
}
</style>
background-color css
<style>
a { background-color: #D7DAE9; }
a { background-color: rgb(215,218,233); }
div.DivClassName
{
background-color: #D7DAE9;
}
.BgClassName
{
background-color: #D7DAE9;
}
</style>
border-color css
<style>
span { border-color: #D7DAE9; }
span { border-color: rgb(215,218,233); }
td.TdClassName
{
border-color: #D7DAE9;
}
.TagClassName
{
border-color: #D7DAE9;
}
</style>