Shades of Hawkes Blue #DCE0EC
Tints of Hawkes Blue #DCE0EC
RGB
CMYK
RGB Variations
Color information
#DCE0EC (or 0xDCE0EC) is known color: Hawkes Blue. HEX triplet: DC, E0 and EC. RGB value is (220,224,236). Sum of RGB (Red+Green+Blue) = 220+224+236=680 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.35% from 680); Green value is 224 (87.89% from 255 or 32.94% from 680); Blue value is 236 (92.58% from 255 or 34.71% from 680); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE0EC is #231F13. Grayscale: #E0E0E0. Windows color (decimal): -2301716 or 15524060. OLE color: 15524060.
HSL color Cylindrical-coordinate representation of color #DCE0EC: hue angle of 225º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCE0EC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 224 | 236 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.07 |
| HSL | 225º | 0.3% | 0.89% | - |
| HSV(B) | 225º | 0.07% | 0.93% | - |
| XYZ | 71.31 | 74.58 | 89.99 | - |
| YUV | 224.17 | 134.67 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 224 | 236 | 0.07 | 0.05 | 0 | 0.07 | 225 | 0.3 | 0.89 |
| Hex | DC | E0 | EC | 7 | 5 | 0 | 7 | E1 | 1E | 59 |
| Octal | 334 | 340 | 354 | 7 | 5 | 0 | 7 | 341 | 36 | 131 |
| Binary | 11011100 | 11100000 | 11101100 | 111 | 101 | 0 | 111 | 11100001 | 11110 | 1011001 |
Color Harmonies of #DCE0EC
Complementary color
Monochromatic Colors of #DCE0EC
Black with #DCE0EC
Text Example
Text Example
White with #DCE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE0EC; }
p { color: rgb(220,224,236); }
H1.HeaderClassName
{
color: #DCE0EC;
}
.AnyTagClassName
{
color: #DCE0EC;
}
</style>
background-color css
<style>
a { background-color: #DCE0EC; }
a { background-color: rgb(220,224,236); }
div.DivClassName
{
background-color: #DCE0EC;
}
.BgClassName
{
background-color: #DCE0EC;
}
</style>
border-color css
<style>
span { border-color: #DCE0EC; }
span { border-color: rgb(220,224,236); }
td.TdClassName
{
border-color: #DCE0EC;
}
.TagClassName
{
border-color: #DCE0EC;
}
</style>