Shades of Hawkes Blue #DCE2EC
Tints of Hawkes Blue #DCE2EC
RGB
CMYK
RGB Variations
Color information
#DCE2EC (or 0xDCE2EC) is known color: Hawkes Blue. HEX triplet: DC, E2 and EC. RGB value is (220,226,236). Sum of RGB (Red+Green+Blue) = 220+226+236=682 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.26% from 682); Green value is 226 (88.67% from 255 or 33.14% from 682); Blue value is 236 (92.58% from 255 or 34.60% from 682); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCE2EC is #231D13. Grayscale: #E1E1E1. Windows color (decimal): -2301204 or 15524572. OLE color: 15524572.
HSL color Cylindrical-coordinate representation of color #DCE2EC: hue angle of 217.5º 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 #DCE2EC is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 226 | 236 | - |
CMYK | 0.07 | 0.04 | 0 | 0.07 |
HSL | 217.5º | 0.3% | 0.89% | - |
HSV(B) | 217.5º | 0.07% | 0.93% | - |
XYZ | 71.85 | 75.66 | 90.17 | - |
YUV | 225.35 | 134.01 | 124.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 226 | 236 | 0.07 | 0.04 | 0 | 0.07 | 217.5 | 0.3 | 0.89 |
Hex | DC | E2 | EC | 7 | 4 | 0 | 7 | DA | 1E | 59 |
Octal | 334 | 342 | 354 | 7 | 4 | 0 | 7 | 332 | 36 | 131 |
Binary | 11011100 | 11100010 | 11101100 | 111 | 100 | 0 | 111 | 11011010 | 11110 | 1011001 |
Color Harmonies of #DCE2EC
Complementary color
Monochromatic Colors of #DCE2EC
Black with #DCE2EC
Text Example
Text Example
White with #DCE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCE2EC; }
p { color: rgb(220,226,236); }
H1.HeaderClassName
{
color: #DCE2EC;
}
.AnyTagClassName
{
color: #DCE2EC;
}
</style>
background-color css
<style>
a { background-color: #DCE2EC; }
a { background-color: rgb(220,226,236); }
div.DivClassName
{
background-color: #DCE2EC;
}
.BgClassName
{
background-color: #DCE2EC;
}
</style>
border-color css
<style>
span { border-color: #DCE2EC; }
span { border-color: rgb(220,226,236); }
td.TdClassName
{
border-color: #DCE2EC;
}
.TagClassName
{
border-color: #DCE2EC;
}
</style>