Shades of Hawkes Blue #D9DDE6
Tints of Hawkes Blue #D9DDE6
RGB
CMYK
RGB Variations
Color information
#D9DDE6 (or 0xD9DDE6) is known color: Hawkes Blue. HEX triplet: D9, DD and E6. RGB value is (217,221,230). Sum of RGB (Red+Green+Blue) = 217+221+230=668 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.49% from 668); Green value is 221 (86.72% from 255 or 33.08% from 668); Blue value is 230 (90.23% from 255 or 34.43% from 668); Max value from RGB is 230 - color contains mainly: blue. Hex color #D9DDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DDE6 is #262219. Grayscale: #DCDCDC. Windows color (decimal): -2499098 or 15130073. OLE color: 15130073.
HSL color Cylindrical-coordinate representation of color #D9DDE6: hue angle of 221.54º degrees, saturation: 0.21, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DDE6 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 217 | 221 | 230 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.10 |
| HSL | 221.54º | 0.21% | 0.88% | - |
| HSV(B) | 221.54º | 0.06% | 0.9% | - |
| XYZ | 68.75 | 72.18 | 85.17 | - |
| YUV | 220.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 230 | 0.06 | 0.04 | 0 | 0.10 | 221.54 | 0.21 | 0.88 |
| Hex | D9 | DD | E6 | 6 | 4 | 0 | A | DE | 15 | 58 |
| Octal | 331 | 335 | 346 | 6 | 4 | 0 | 12 | 336 | 25 | 130 |
| Binary | 11011001 | 11011101 | 11100110 | 110 | 100 | 0 | 1010 | 11011110 | 10101 | 1011000 |
Color Harmonies of #D9DDE6
Complementary color
Monochromatic Colors of #D9DDE6
Black with #D9DDE6
Text Example
Text Example
White with #D9DDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DDE6; }
p { color: rgb(217,221,230); }
H1.HeaderClassName
{
color: #D9DDE6;
}
.AnyTagClassName
{
color: #D9DDE6;
}
</style>
background-color css
<style>
a { background-color: #D9DDE6; }
a { background-color: rgb(217,221,230); }
div.DivClassName
{
background-color: #D9DDE6;
}
.BgClassName
{
background-color: #D9DDE6;
}
</style>
border-color css
<style>
span { border-color: #D9DDE6; }
span { border-color: rgb(217,221,230); }
td.TdClassName
{
border-color: #D9DDE6;
}
.TagClassName
{
border-color: #D9DDE6;
}
</style>