Shades of Hawkes Blue #D6DAE1
Tints of Hawkes Blue #D6DAE1
RGB
CMYK
RGB Variations
Color information
#D6DAE1 (or 0xD6DAE1) is known color: Hawkes Blue. HEX triplet: D6, DA and E1. RGB value is (214,218,225). Sum of RGB (Red+Green+Blue) = 214+218+225=657 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.57% from 657); Green value is 218 (85.55% from 255 or 33.18% from 657); Blue value is 225 (88.28% from 255 or 34.25% from 657); Max value from RGB is 225 - color contains mainly: blue. Hex color #D6DAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DAE1 is #29251E. Grayscale: #D9D9D9. Windows color (decimal): -2696479 or 14801622. OLE color: 14801622.
HSL color Cylindrical-coordinate representation of color #D6DAE1: hue angle of 218.18º degrees, saturation: 0.15, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6DAE1 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 218 | 225 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.12 |
| HSL | 218.18º | 0.15% | 0.86% | - |
| HSV(B) | 218.18º | 0.05% | 0.88% | - |
| XYZ | 66.39 | 69.88 | 81.22 | - |
| YUV | 217.6 | 132.17 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 218 | 225 | 0.05 | 0.03 | 0 | 0.12 | 218.18 | 0.15 | 0.86 |
| Hex | D6 | DA | E1 | 5 | 3 | 0 | C | DA | F | 56 |
| Octal | 326 | 332 | 341 | 5 | 3 | 0 | 14 | 332 | 17 | 126 |
| Binary | 11010110 | 11011010 | 11100001 | 101 | 11 | 0 | 1100 | 11011010 | 1111 | 1010110 |
Color Harmonies of #D6DAE1
Complementary color
Monochromatic Colors of #D6DAE1
Black with #D6DAE1
Text Example
Text Example
White with #D6DAE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DAE1; }
p { color: rgb(214,218,225); }
H1.HeaderClassName
{
color: #D6DAE1;
}
.AnyTagClassName
{
color: #D6DAE1;
}
</style>
background-color css
<style>
a { background-color: #D6DAE1; }
a { background-color: rgb(214,218,225); }
div.DivClassName
{
background-color: #D6DAE1;
}
.BgClassName
{
background-color: #D6DAE1;
}
</style>
border-color css
<style>
span { border-color: #D6DAE1; }
span { border-color: rgb(214,218,225); }
td.TdClassName
{
border-color: #D6DAE1;
}
.TagClassName
{
border-color: #D6DAE1;
}
</style>