Shades of Hawkes Blue #D1D6E9
Tints of Hawkes Blue #D1D6E9
RGB
CMYK
RGB Variations
Color information
#D1D6E9 (or 0xD1D6E9) is known color: Hawkes Blue. HEX triplet: D1, D6 and E9. RGB value is (209,214,233). Sum of RGB (Red+Green+Blue) = 209+214+233=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 214 (83.98% from 255 or 32.62% from 656); Blue value is 233 (91.41% from 255 or 35.52% from 656); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1D6E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1D6E9 is #2E2916. Grayscale: #D6D6D6. Windows color (decimal): -3025175 or 15324881. OLE color: 15324881.
HSL color Cylindrical-coordinate representation of color #D1D6E9: hue angle of 227.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 #D1D6E9 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 214 | 233 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.09 |
| HSL | 227.5º | 0.35% | 0.87% | - |
| HSV(B) | 227.5º | 0.1% | 0.91% | - |
| XYZ | 65.05 | 67.53 | 86.7 | - |
| YUV | 214.67 | 138.34 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 233 | 0.10 | 0.08 | 0 | 0.09 | 227.5 | 0.35 | 0.87 |
| Hex | D1 | D6 | E9 | A | 8 | 0 | 9 | E4 | 23 | 57 |
| Octal | 321 | 326 | 351 | 12 | 10 | 0 | 11 | 344 | 43 | 127 |
| Binary | 11010001 | 11010110 | 11101001 | 1010 | 1000 | 0 | 1001 | 11100100 | 100011 | 1010111 |
Color Harmonies of #D1D6E9
Complementary color
Monochromatic Colors of #D1D6E9
Black with #D1D6E9
Text Example
Text Example
White with #D1D6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D6E9; }
p { color: rgb(209,214,233); }
H1.HeaderClassName
{
color: #D1D6E9;
}
.AnyTagClassName
{
color: #D1D6E9;
}
</style>
background-color css
<style>
a { background-color: #D1D6E9; }
a { background-color: rgb(209,214,233); }
div.DivClassName
{
background-color: #D1D6E9;
}
.BgClassName
{
background-color: #D1D6E9;
}
</style>
border-color css
<style>
span { border-color: #D1D6E9; }
span { border-color: rgb(209,214,233); }
td.TdClassName
{
border-color: #D1D6E9;
}
.TagClassName
{
border-color: #D1D6E9;
}
</style>