Shades of Hawkes Blue #DDE2EF
Tints of Hawkes Blue #DDE2EF
RGB
CMYK
RGB Variations
Color information
#DDE2EF (or 0xDDE2EF) is known color: Hawkes Blue. HEX triplet: DD, E2 and EF. RGB value is (221,226,239). Sum of RGB (Red+Green+Blue) = 221+226+239=686 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.22% from 686); Green value is 226 (88.67% from 255 or 32.94% from 686); Blue value is 239 (93.75% from 255 or 34.84% from 686); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE2EF is #221D10. Grayscale: #E1E1E1. Windows color (decimal): -2235665 or 15721181. OLE color: 15721181.
HSL color Cylindrical-coordinate representation of color #DDE2EF: hue angle of 223.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE2EF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 226 | 239 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.06 |
| HSL | 223.33º | 0.36% | 0.9% | - |
| HSV(B) | 223.33º | 0.08% | 0.94% | - |
| XYZ | 72.6 | 76 | 92.5 | - |
| YUV | 225.99 | 135.34 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 226 | 239 | 0.08 | 0.05 | 0 | 0.06 | 223.33 | 0.36 | 0.9 |
| Hex | DD | E2 | EF | 8 | 5 | 0 | 6 | DF | 24 | 5A |
| Octal | 335 | 342 | 357 | 10 | 5 | 0 | 6 | 337 | 44 | 132 |
| Binary | 11011101 | 11100010 | 11101111 | 1000 | 101 | 0 | 110 | 11011111 | 100100 | 1011010 |
Color Harmonies of #DDE2EF
Complementary color
Monochromatic Colors of #DDE2EF
Black with #DDE2EF
Text Example
Text Example
White with #DDE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE2EF; }
p { color: rgb(221,226,239); }
H1.HeaderClassName
{
color: #DDE2EF;
}
.AnyTagClassName
{
color: #DDE2EF;
}
</style>
background-color css
<style>
a { background-color: #DDE2EF; }
a { background-color: rgb(221,226,239); }
div.DivClassName
{
background-color: #DDE2EF;
}
.BgClassName
{
background-color: #DDE2EF;
}
</style>
border-color css
<style>
span { border-color: #DDE2EF; }
span { border-color: rgb(221,226,239); }
td.TdClassName
{
border-color: #DDE2EF;
}
.TagClassName
{
border-color: #DDE2EF;
}
</style>