Shades of Hawkes Blue #D9DADE
Tints of Hawkes Blue #D9DADE
RGB
CMYK
RGB Variations
Color information
#D9DADE (or 0xD9DADE) is known color: Hawkes Blue. HEX triplet: D9, DA and DE. RGB value is (217,218,222). Sum of RGB (Red+Green+Blue) = 217+218+222=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 222 (87.11% from 255 or 33.79% from 657); Max value from RGB is 222 - color contains mainly: blue. Hex color #D9DADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DADE is #262521. Grayscale: #DADADA. Windows color (decimal): -2499874 or 14605017. OLE color: 14605017.
HSL color Cylindrical-coordinate representation of color #D9DADE: hue angle of 228º degrees, saturation: 0.07, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #D9DADE is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 217 | 218 | 222 | - |
CMYK | 0.02 | 0.02 | 0 | 0.13 |
HSL | 228º | 0.07% | 0.86% | - |
HSV(B) | 228º | 0.02% | 0.87% | - |
XYZ | 66.87 | 70.17 | 79.13 | - |
YUV | 218.16 | 130.17 | 127.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 218 | 222 | 0.02 | 0.02 | 0 | 0.13 | 228 | 0.07 | 0.86 |
Hex | D9 | DA | DE | 2 | 2 | 0 | D | E4 | 7 | 56 |
Octal | 331 | 332 | 336 | 2 | 2 | 0 | 15 | 344 | 7 | 126 |
Binary | 11011001 | 11011010 | 11011110 | 10 | 10 | 0 | 1101 | 11100100 | 111 | 1010110 |
Color Harmonies of #D9DADE
Complementary color
Monochromatic Colors of #D9DADE
Black with #D9DADE
Text Example
Text Example
White with #D9DADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DADE; }
p { color: rgb(217,218,222); }
H1.HeaderClassName
{
color: #D9DADE;
}
.AnyTagClassName
{
color: #D9DADE;
}
</style>
background-color css
<style>
a { background-color: #D9DADE; }
a { background-color: rgb(217,218,222); }
div.DivClassName
{
background-color: #D9DADE;
}
.BgClassName
{
background-color: #D9DADE;
}
</style>
border-color css
<style>
span { border-color: #D9DADE; }
span { border-color: rgb(217,218,222); }
td.TdClassName
{
border-color: #D9DADE;
}
.TagClassName
{
border-color: #D9DADE;
}
</style>