Shades of Hawkes Blue #D6E0EC
Tints of Hawkes Blue #D6E0EC
RGB
CMYK
RGB Variations
Color information
#D6E0EC (or 0xD6E0EC) is known color: Hawkes Blue. HEX triplet: D6, E0 and EC. RGB value is (214,224,236). Sum of RGB (Red+Green+Blue) = 214+224+236=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 236 (92.58% from 255 or 35.01% from 674); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6E0EC is #291F13. Grayscale: #DEDEDE. Windows color (decimal): -2694932 or 15524054. OLE color: 15524054.
HSL color Cylindrical-coordinate representation of color #D6E0EC: hue angle of 212.73º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6E0EC is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 224 | 236 | - |
| CMYK | 0.09 | 0.05 | 0 | 0.07 |
| HSL | 212.73º | 0.37% | 0.88% | - |
| HSV(B) | 212.73º | 0.09% | 0.93% | - |
| XYZ | 69.53 | 73.66 | 89.91 | - |
| YUV | 222.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 224 | 236 | 0.09 | 0.05 | 0 | 0.07 | 212.73 | 0.37 | 0.88 |
| Hex | D6 | E0 | EC | 9 | 5 | 0 | 7 | D5 | 25 | 58 |
| Octal | 326 | 340 | 354 | 11 | 5 | 0 | 7 | 325 | 45 | 130 |
| Binary | 11010110 | 11100000 | 11101100 | 1001 | 101 | 0 | 111 | 11010101 | 100101 | 1011000 |
Color Harmonies of #D6E0EC
Complementary color
Monochromatic Colors of #D6E0EC
Black with #D6E0EC
Text Example
Text Example
White with #D6E0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E0EC; }
p { color: rgb(214,224,236); }
H1.HeaderClassName
{
color: #D6E0EC;
}
.AnyTagClassName
{
color: #D6E0EC;
}
</style>
background-color css
<style>
a { background-color: #D6E0EC; }
a { background-color: rgb(214,224,236); }
div.DivClassName
{
background-color: #D6E0EC;
}
.BgClassName
{
background-color: #D6E0EC;
}
</style>
border-color css
<style>
span { border-color: #D6E0EC; }
span { border-color: rgb(214,224,236); }
td.TdClassName
{
border-color: #D6E0EC;
}
.TagClassName
{
border-color: #D6E0EC;
}
</style>