Shades of Hawkes Blue #D6DAE4
Tints of Hawkes Blue #D6DAE4
RGB
CMYK
RGB Variations
Color information
#D6DAE4 (or 0xD6DAE4) is known color: Hawkes Blue. HEX triplet: D6, DA and E4. RGB value is (214,218,228). Sum of RGB (Red+Green+Blue) = 214+218+228=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 218 (85.55% from 255 or 33.03% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #D6DAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAE4 is #29251B. Grayscale: #D9D9D9. Windows color (decimal): -2696476 or 14998230. OLE color: 14998230.
HSL color Cylindrical-coordinate representation of color #D6DAE4: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D6DAE4 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 218 | 228 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.11 |
| HSL | 222.86º | 0.21% | 0.87% | - |
| HSV(B) | 222.86º | 0.06% | 0.89% | - |
| XYZ | 66.81 | 70.04 | 83.4 | - |
| YUV | 217.94 | 133.67 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 228 | 0.06 | 0.04 | 0 | 0.11 | 222.86 | 0.21 | 0.87 |
| Hex | D6 | DA | E4 | 6 | 4 | 0 | B | DF | 15 | 57 |
| Octal | 326 | 332 | 344 | 6 | 4 | 0 | 13 | 337 | 25 | 127 |
| Binary | 11010110 | 11011010 | 11100100 | 110 | 100 | 0 | 1011 | 11011111 | 10101 | 1010111 |
Color Harmonies of #D6DAE4
Complementary color
Monochromatic Colors of #D6DAE4
Black with #D6DAE4
Text Example
Text Example
White with #D6DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAE4; }
p { color: rgb(214,218,228); }
H1.HeaderClassName
{
color: #D6DAE4;
}
.AnyTagClassName
{
color: #D6DAE4;
}
</style>
background-color css
<style>
a { background-color: #D6DAE4; }
a { background-color: rgb(214,218,228); }
div.DivClassName
{
background-color: #D6DAE4;
}
.BgClassName
{
background-color: #D6DAE4;
}
</style>
border-color css
<style>
span { border-color: #D6DAE4; }
span { border-color: rgb(214,218,228); }
td.TdClassName
{
border-color: #D6DAE4;
}
.TagClassName
{
border-color: #D6DAE4;
}
</style>