Shades of Hawkes Blue #D9DFE7
Tints of Hawkes Blue #D9DFE7
RGB
CMYK
RGB Variations
Color information
#D9DFE7 (or 0xD9DFE7) is known color: Hawkes Blue. HEX triplet: D9, DF and E7. RGB value is (217,223,231). Sum of RGB (Red+Green+Blue) = 217+223+231=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 223 (87.5% from 255 or 33.23% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9DFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9DFE7 is #262018. Grayscale: #DEDEDE. Windows color (decimal): -2498585 or 15196121. OLE color: 15196121.
HSL color Cylindrical-coordinate representation of color #D9DFE7: hue angle of 214.29º degrees, saturation: 0.23, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9DFE7 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 223 | 231 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.09 |
| HSL | 214.29º | 0.23% | 0.88% | - |
| HSV(B) | 214.29º | 0.06% | 0.91% | - |
| XYZ | 69.43 | 73.3 | 86.09 | - |
| YUV | 222.12 | 133.01 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 223 | 231 | 0.06 | 0.03 | 0 | 0.09 | 214.29 | 0.23 | 0.88 |
| Hex | D9 | DF | E7 | 6 | 3 | 0 | 9 | D6 | 17 | 58 |
| Octal | 331 | 337 | 347 | 6 | 3 | 0 | 11 | 326 | 27 | 130 |
| Binary | 11011001 | 11011111 | 11100111 | 110 | 11 | 0 | 1001 | 11010110 | 10111 | 1011000 |
Color Harmonies of #D9DFE7
Complementary color
Monochromatic Colors of #D9DFE7
Black with #D9DFE7
Text Example
Text Example
White with #D9DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DFE7; }
p { color: rgb(217,223,231); }
H1.HeaderClassName
{
color: #D9DFE7;
}
.AnyTagClassName
{
color: #D9DFE7;
}
</style>
background-color css
<style>
a { background-color: #D9DFE7; }
a { background-color: rgb(217,223,231); }
div.DivClassName
{
background-color: #D9DFE7;
}
.BgClassName
{
background-color: #D9DFE7;
}
</style>
border-color css
<style>
span { border-color: #D9DFE7; }
span { border-color: rgb(217,223,231); }
td.TdClassName
{
border-color: #D9DFE7;
}
.TagClassName
{
border-color: #D9DFE7;
}
</style>