Shades of Hawkes Blue #DCE1EC
Tints of Hawkes Blue #DCE1EC
RGB
CMYK
RGB Variations
Color information
#DCE1EC (or 0xDCE1EC) is known color: Hawkes Blue. HEX triplet: DC, E1 and EC. RGB value is (220,225,236). Sum of RGB (Red+Green+Blue) = 220+225+236=681 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.31% from 681); Green value is 225 (88.28% from 255 or 33.04% from 681); Blue value is 236 (92.58% from 255 or 34.65% from 681); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE1EC is #231E13. Grayscale: #E0E0E0. Windows color (decimal): -2301460 or 15524316. OLE color: 15524316.
HSL color Cylindrical-coordinate representation of color #DCE1EC: hue angle of 221.25º 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 #DCE1EC is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 225 | 236 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.07 |
| HSL | 221.25º | 0.3% | 0.89% | - |
| HSV(B) | 221.25º | 0.07% | 0.93% | - |
| XYZ | 71.58 | 75.12 | 90.08 | - |
| YUV | 224.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 225 | 236 | 0.07 | 0.05 | 0 | 0.07 | 221.25 | 0.3 | 0.89 |
| Hex | DC | E1 | EC | 7 | 5 | 0 | 7 | DD | 1E | 59 |
| Octal | 334 | 341 | 354 | 7 | 5 | 0 | 7 | 335 | 36 | 131 |
| Binary | 11011100 | 11100001 | 11101100 | 111 | 101 | 0 | 111 | 11011101 | 11110 | 1011001 |
Color Harmonies of #DCE1EC
Complementary color
Monochromatic Colors of #DCE1EC
Black with #DCE1EC
Text Example
Text Example
White with #DCE1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE1EC; }
p { color: rgb(220,225,236); }
H1.HeaderClassName
{
color: #DCE1EC;
}
.AnyTagClassName
{
color: #DCE1EC;
}
</style>
background-color css
<style>
a { background-color: #DCE1EC; }
a { background-color: rgb(220,225,236); }
div.DivClassName
{
background-color: #DCE1EC;
}
.BgClassName
{
background-color: #DCE1EC;
}
</style>
border-color css
<style>
span { border-color: #DCE1EC; }
span { border-color: rgb(220,225,236); }
td.TdClassName
{
border-color: #DCE1EC;
}
.TagClassName
{
border-color: #DCE1EC;
}
</style>