Shades of Hawkes Blue #D1DAE9
Tints of Hawkes Blue #D1DAE9
RGB
CMYK
RGB Variations
Color information
#D1DAE9 (or 0xD1DAE9) is known color: Hawkes Blue. HEX triplet: D1, DA and E9. RGB value is (209,218,233). Sum of RGB (Red+Green+Blue) = 209+218+233=660 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.67% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAE9 is #2E2516. Grayscale: #D8D8D8. Windows color (decimal): -3024151 or 15325905. OLE color: 15325905.
HSL color Cylindrical-coordinate representation of color #D1DAE9: hue angle of 217.5º degrees, saturation: 0.35, 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 #D1DAE9 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 218 | 233 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.09 |
| HSL | 217.5º | 0.35% | 0.87% | - |
| HSV(B) | 217.5º | 0.1% | 0.91% | - |
| XYZ | 66.07 | 69.58 | 87.04 | - |
| YUV | 217.02 | 137.02 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 233 | 0.10 | 0.06 | 0 | 0.09 | 217.5 | 0.35 | 0.87 |
| Hex | D1 | DA | E9 | A | 6 | 0 | 9 | DA | 23 | 57 |
| Octal | 321 | 332 | 351 | 12 | 6 | 0 | 11 | 332 | 43 | 127 |
| Binary | 11010001 | 11011010 | 11101001 | 1010 | 110 | 0 | 1001 | 11011010 | 100011 | 1010111 |
Color Harmonies of #D1DAE9
Complementary color
Monochromatic Colors of #D1DAE9
Black with #D1DAE9
Text Example
Text Example
White with #D1DAE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAE9; }
p { color: rgb(209,218,233); }
H1.HeaderClassName
{
color: #D1DAE9;
}
.AnyTagClassName
{
color: #D1DAE9;
}
</style>
background-color css
<style>
a { background-color: #D1DAE9; }
a { background-color: rgb(209,218,233); }
div.DivClassName
{
background-color: #D1DAE9;
}
.BgClassName
{
background-color: #D1DAE9;
}
</style>
border-color css
<style>
span { border-color: #D1DAE9; }
span { border-color: rgb(209,218,233); }
td.TdClassName
{
border-color: #D1DAE9;
}
.TagClassName
{
border-color: #D1DAE9;
}
</style>