Shades of Hawkes Blue #D6D9E1
Tints of Hawkes Blue #D6D9E1
RGB
CMYK
RGB Variations
Color information
#D6D9E1 (or 0xD6D9E1) is known color: Hawkes Blue. HEX triplet: D6, D9 and E1. RGB value is (214,217,225). Sum of RGB (Red+Green+Blue) = 214+217+225=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 225 (88.28% from 255 or 34.30% from 656); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6D9E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D9E1 is #29261E. Grayscale: #D8D8D8. Windows color (decimal): -2696735 or 14801366. OLE color: 14801366.
HSL color Cylindrical-coordinate representation of color #D6D9E1: hue angle of 223.64º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6D9E1 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 217 | 225 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.12 |
| HSL | 223.64º | 0.15% | 0.86% | - |
| HSV(B) | 223.64º | 0.05% | 0.88% | - |
| XYZ | 66.14 | 69.36 | 81.14 | - |
| YUV | 217.02 | 132.51 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 217 | 225 | 0.05 | 0.04 | 0 | 0.12 | 223.64 | 0.15 | 0.86 |
| Hex | D6 | D9 | E1 | 5 | 4 | 0 | C | E0 | F | 56 |
| Octal | 326 | 331 | 341 | 5 | 4 | 0 | 14 | 340 | 17 | 126 |
| Binary | 11010110 | 11011001 | 11100001 | 101 | 100 | 0 | 1100 | 11100000 | 1111 | 1010110 |
Color Harmonies of #D6D9E1
Complementary color
Monochromatic Colors of #D6D9E1
Black with #D6D9E1
Text Example
Text Example
White with #D6D9E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D9E1; }
p { color: rgb(214,217,225); }
H1.HeaderClassName
{
color: #D6D9E1;
}
.AnyTagClassName
{
color: #D6D9E1;
}
</style>
background-color css
<style>
a { background-color: #D6D9E1; }
a { background-color: rgb(214,217,225); }
div.DivClassName
{
background-color: #D6D9E1;
}
.BgClassName
{
background-color: #D6D9E1;
}
</style>
border-color css
<style>
span { border-color: #D6D9E1; }
span { border-color: rgb(214,217,225); }
td.TdClassName
{
border-color: #D6D9E1;
}
.TagClassName
{
border-color: #D6D9E1;
}
</style>