Shades of Hawkes Blue #DDE2EC
Tints of Hawkes Blue #DDE2EC
RGB
CMYK
RGB Variations
Color information
#DDE2EC (or 0xDDE2EC) is known color: Hawkes Blue. HEX triplet: DD, E2 and EC. RGB value is (221,226,236). Sum of RGB (Red+Green+Blue) = 221+226+236=683 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.36% from 683); Green value is 226 (88.67% from 255 or 33.09% from 683); Blue value is 236 (92.58% from 255 or 34.55% from 683); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE2EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2EC is #221D13. Grayscale: #E1E1E1. Windows color (decimal): -2235668 or 15524573. OLE color: 15524573.
HSL color Cylindrical-coordinate representation of color #DDE2EC: hue angle of 220º degrees, saturation: 0.28, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE2EC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 226 | 236 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.07 |
| HSL | 220º | 0.28% | 0.9% | - |
| HSV(B) | 220º | 0.06% | 0.93% | - |
| XYZ | 72.16 | 75.82 | 90.19 | - |
| YUV | 225.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 236 | 0.06 | 0.04 | 0 | 0.07 | 220 | 0.28 | 0.9 |
| Hex | DD | E2 | EC | 6 | 4 | 0 | 7 | DC | 1C | 5A |
| Octal | 335 | 342 | 354 | 6 | 4 | 0 | 7 | 334 | 34 | 132 |
| Binary | 11011101 | 11100010 | 11101100 | 110 | 100 | 0 | 111 | 11011100 | 11100 | 1011010 |
Color Harmonies of #DDE2EC
Complementary color
Monochromatic Colors of #DDE2EC
Black with #DDE2EC
Text Example
Text Example
White with #DDE2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2EC; }
p { color: rgb(221,226,236); }
H1.HeaderClassName
{
color: #DDE2EC;
}
.AnyTagClassName
{
color: #DDE2EC;
}
</style>
background-color css
<style>
a { background-color: #DDE2EC; }
a { background-color: rgb(221,226,236); }
div.DivClassName
{
background-color: #DDE2EC;
}
.BgClassName
{
background-color: #DDE2EC;
}
</style>
border-color css
<style>
span { border-color: #DDE2EC; }
span { border-color: rgb(221,226,236); }
td.TdClassName
{
border-color: #DDE2EC;
}
.TagClassName
{
border-color: #DDE2EC;
}
</style>