Shades of Hawkes Blue #D1DAE8
Tints of Hawkes Blue #D1DAE8
RGB
CMYK
RGB Variations
Color information
#D1DAE8 (or 0xD1DAE8) is known color: Hawkes Blue. HEX triplet: D1, DA and E8. RGB value is (209,218,232). Sum of RGB (Red+Green+Blue) = 209+218+232=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 218 (85.55% from 255 or 33.08% from 659); Blue value is 232 (91.02% from 255 or 35.20% from 659); Max value from RGB is 232 - color contains mainly: blue. Hex color #D1DAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1DAE8 is #2E2517. Grayscale: #D8D8D8. Windows color (decimal): -3024152 or 15260369. OLE color: 15260369.
HSL color Cylindrical-coordinate representation of color #D1DAE8: hue angle of 216.52º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1DAE8 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 218 | 232 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.09 |
| HSL | 216.52º | 0.33% | 0.86% | - |
| HSV(B) | 216.52º | 0.1% | 0.91% | - |
| XYZ | 65.93 | 69.52 | 86.29 | - |
| YUV | 216.91 | 136.52 | 122.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 218 | 232 | 0.10 | 0.06 | 0 | 0.09 | 216.52 | 0.33 | 0.86 |
| Hex | D1 | DA | E8 | A | 6 | 0 | 9 | D9 | 21 | 56 |
| Octal | 321 | 332 | 350 | 12 | 6 | 0 | 11 | 331 | 41 | 126 |
| Binary | 11010001 | 11011010 | 11101000 | 1010 | 110 | 0 | 1001 | 11011001 | 100001 | 1010110 |
Color Harmonies of #D1DAE8
Complementary color
Monochromatic Colors of #D1DAE8
Black with #D1DAE8
Text Example
Text Example
White with #D1DAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1DAE8; }
p { color: rgb(209,218,232); }
H1.HeaderClassName
{
color: #D1DAE8;
}
.AnyTagClassName
{
color: #D1DAE8;
}
</style>
background-color css
<style>
a { background-color: #D1DAE8; }
a { background-color: rgb(209,218,232); }
div.DivClassName
{
background-color: #D1DAE8;
}
.BgClassName
{
background-color: #D1DAE8;
}
</style>
border-color css
<style>
span { border-color: #D1DAE8; }
span { border-color: rgb(209,218,232); }
td.TdClassName
{
border-color: #D1DAE8;
}
.TagClassName
{
border-color: #D1DAE8;
}
</style>