Shades of Hawkes Blue #D9DADF
Tints of Hawkes Blue #D9DADF
RGB
CMYK
RGB Variations
Color information
#D9DADF (or 0xD9DADF) is known color: Hawkes Blue. HEX triplet: D9, DA and DF. RGB value is (217,218,223). Sum of RGB (Red+Green+Blue) = 217+218+223=658 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.98% from 658); Green value is 218 (85.55% from 255 or 33.13% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 223 - color contains mainly: blue. Hex color #D9DADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADF is #262520. Grayscale: #DADADA. Windows color (decimal): -2499873 or 14670553. OLE color: 14670553.
HSL color Cylindrical-coordinate representation of color #D9DADF: hue angle of 230º degrees, saturation: 0.09, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D9DADF is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 218 | 223 | - |
CMYK | 0.03 | 0.02 | 0 | 0.13 |
HSL | 230º | 0.09% | 0.86% | - |
HSV(B) | 230º | 0.03% | 0.87% | - |
XYZ | 67.01 | 70.22 | 79.83 | - |
YUV | 218.27 | 130.67 | 127.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 223 | 0.03 | 0.02 | 0 | 0.13 | 230 | 0.09 | 0.86 |
Hex | D9 | DA | DF | 3 | 2 | 0 | D | E6 | 9 | 56 |
Octal | 331 | 332 | 337 | 3 | 2 | 0 | 15 | 346 | 11 | 126 |
Binary | 11011001 | 11011010 | 11011111 | 11 | 10 | 0 | 1101 | 11100110 | 1001 | 1010110 |
Color Harmonies of #D9DADF
Complementary color
Monochromatic Colors of #D9DADF
Black with #D9DADF
Text Example
Text Example
White with #D9DADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DADF; }
p { color: rgb(217,218,223); }
H1.HeaderClassName
{
color: #D9DADF;
}
.AnyTagClassName
{
color: #D9DADF;
}
</style>
background-color css
<style>
a { background-color: #D9DADF; }
a { background-color: rgb(217,218,223); }
div.DivClassName
{
background-color: #D9DADF;
}
.BgClassName
{
background-color: #D9DADF;
}
</style>
border-color css
<style>
span { border-color: #D9DADF; }
span { border-color: rgb(217,218,223); }
td.TdClassName
{
border-color: #D9DADF;
}
.TagClassName
{
border-color: #D9DADF;
}
</style>