Shades of Hawkes Blue #DDE0EC
Tints of Hawkes Blue #DDE0EC
RGB
CMYK
RGB Variations
Color information
#DDE0EC (or 0xDDE0EC) is known color: Hawkes Blue. HEX triplet: DD, E0 and EC. RGB value is (221,224,236). Sum of RGB (Red+Green+Blue) = 221+224+236=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 224 (87.89% from 255 or 32.89% 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 #DDE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EC is #221F13. Grayscale: #E0E0E0. Windows color (decimal): -2236180 or 15524061. OLE color: 15524061.
HSL color Cylindrical-coordinate representation of color #DDE0EC: hue angle of 228º 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 #DDE0EC is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 224 | 236 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.07 |
| HSL | 228º | 0.28% | 0.9% | - |
| HSV(B) | 228º | 0.06% | 0.93% | - |
| XYZ | 71.61 | 74.74 | 90.01 | - |
| YUV | 224.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 236 | 0.06 | 0.05 | 0 | 0.07 | 228 | 0.28 | 0.9 |
| Hex | DD | E0 | EC | 6 | 5 | 0 | 7 | E4 | 1C | 5A |
| Octal | 335 | 340 | 354 | 6 | 5 | 0 | 7 | 344 | 34 | 132 |
| Binary | 11011101 | 11100000 | 11101100 | 110 | 101 | 0 | 111 | 11100100 | 11100 | 1011010 |
Color Harmonies of #DDE0EC
Complementary color
Monochromatic Colors of #DDE0EC
Black with #DDE0EC
Text Example
Text Example
White with #DDE0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0EC; }
p { color: rgb(221,224,236); }
H1.HeaderClassName
{
color: #DDE0EC;
}
.AnyTagClassName
{
color: #DDE0EC;
}
</style>
background-color css
<style>
a { background-color: #DDE0EC; }
a { background-color: rgb(221,224,236); }
div.DivClassName
{
background-color: #DDE0EC;
}
.BgClassName
{
background-color: #DDE0EC;
}
</style>
border-color css
<style>
span { border-color: #DDE0EC; }
span { border-color: rgb(221,224,236); }
td.TdClassName
{
border-color: #DDE0EC;
}
.TagClassName
{
border-color: #DDE0EC;
}
</style>