Shades of Hawkes Blue #D2DAE9
Tints of Hawkes Blue #D2DAE9
RGB
CMYK
RGB Variations
Color information
#D2DAE9 (or 0xD2DAE9) is known color: Hawkes Blue. HEX triplet: D2, DA and E9. RGB value is (210,218,233). Sum of RGB (Red+Green+Blue) = 210+218+233=661 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.77% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #D2DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2DAE9 is #2D2516. Grayscale: #D9D9D9. Windows color (decimal): -2958615 or 15325906. OLE color: 15325906.
HSL color Cylindrical-coordinate representation of color #D2DAE9: hue angle of 219.13º degrees, saturation: 0.34, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2DAE9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 218 | 233 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.09 |
| HSL | 219.13º | 0.34% | 0.87% | - |
| HSV(B) | 219.13º | 0.1% | 0.91% | - |
| XYZ | 66.36 | 69.73 | 87.05 | - |
| YUV | 217.32 | 136.85 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 218 | 233 | 0.10 | 0.06 | 0 | 0.09 | 219.13 | 0.34 | 0.87 |
| Hex | D2 | DA | E9 | A | 6 | 0 | 9 | DB | 22 | 57 |
| Octal | 322 | 332 | 351 | 12 | 6 | 0 | 11 | 333 | 42 | 127 |
| Binary | 11010010 | 11011010 | 11101001 | 1010 | 110 | 0 | 1001 | 11011011 | 100010 | 1010111 |
Color Harmonies of #D2DAE9
Complementary color
Monochromatic Colors of #D2DAE9
Black with #D2DAE9
Text Example
Text Example
White with #D2DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2DAE9; }
p { color: rgb(210,218,233); }
H1.HeaderClassName
{
color: #D2DAE9;
}
.AnyTagClassName
{
color: #D2DAE9;
}
</style>
background-color css
<style>
a { background-color: #D2DAE9; }
a { background-color: rgb(210,218,233); }
div.DivClassName
{
background-color: #D2DAE9;
}
.BgClassName
{
background-color: #D2DAE9;
}
</style>
border-color css
<style>
span { border-color: #D2DAE9; }
span { border-color: rgb(210,218,233); }
td.TdClassName
{
border-color: #D2DAE9;
}
.TagClassName
{
border-color: #D2DAE9;
}
</style>