Shades of Hawkes Blue #D6DDE9
Tints of Hawkes Blue #D6DDE9
RGB
CMYK
RGB Variations
Color information
#D6DDE9 (or 0xD6DDE9) is known color: Hawkes Blue. HEX triplet: D6, DD and E9. RGB value is (214,221,233). Sum of RGB (Red+Green+Blue) = 214+221+233=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 233 (91.41% from 255 or 34.88% from 668); Max value from RGB is 233 - color contains mainly: blue. Hex color #D6DDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6DDE9 is #292216. Grayscale: #DCDCDC. Windows color (decimal): -2695703 or 15326678. OLE color: 15326678.
HSL color Cylindrical-coordinate representation of color #D6DDE9: hue angle of 217.89º degrees, saturation: 0.3, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6DDE9 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 221 | 233 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.09 |
| HSL | 217.89º | 0.3% | 0.88% | - |
| HSV(B) | 217.89º | 0.08% | 0.91% | - |
| XYZ | 68.3 | 71.89 | 87.37 | - |
| YUV | 220.28 | 135.18 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 233 | 0.08 | 0.05 | 0 | 0.09 | 217.89 | 0.3 | 0.88 |
| Hex | D6 | DD | E9 | 8 | 5 | 0 | 9 | DA | 1E | 58 |
| Octal | 326 | 335 | 351 | 10 | 5 | 0 | 11 | 332 | 36 | 130 |
| Binary | 11010110 | 11011101 | 11101001 | 1000 | 101 | 0 | 1001 | 11011010 | 11110 | 1011000 |
Color Harmonies of #D6DDE9
Complementary color
Monochromatic Colors of #D6DDE9
Black with #D6DDE9
Text Example
Text Example
White with #D6DDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DDE9; }
p { color: rgb(214,221,233); }
H1.HeaderClassName
{
color: #D6DDE9;
}
.AnyTagClassName
{
color: #D6DDE9;
}
</style>
background-color css
<style>
a { background-color: #D6DDE9; }
a { background-color: rgb(214,221,233); }
div.DivClassName
{
background-color: #D6DDE9;
}
.BgClassName
{
background-color: #D6DDE9;
}
</style>
border-color css
<style>
span { border-color: #D6DDE9; }
span { border-color: rgb(214,221,233); }
td.TdClassName
{
border-color: #D6DDE9;
}
.TagClassName
{
border-color: #D6DDE9;
}
</style>