Shades of Hawkes Blue #DDE1EF
Tints of Hawkes Blue #DDE1EF
RGB
CMYK
RGB Variations
Color information
#DDE1EF (or 0xDDE1EF) is known color: Hawkes Blue. HEX triplet: DD, E1 and EF. RGB value is (221,225,239). Sum of RGB (Red+Green+Blue) = 221+225+239=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 225 (88.28% from 255 or 32.85% from 685); Blue value is 239 (93.75% from 255 or 34.89% from 685); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE1EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE1EF is #221E10. Grayscale: #E1E1E1. Windows color (decimal): -2235921 or 15720925. OLE color: 15720925.
HSL color Cylindrical-coordinate representation of color #DDE1EF: hue angle of 226.67º 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 #DDE1EF is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 225 | 239 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.06 |
| HSL | 226.67º | 0.36% | 0.9% | - |
| HSV(B) | 226.67º | 0.08% | 0.94% | - |
| XYZ | 72.32 | 75.45 | 92.41 | - |
| YUV | 225.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 225 | 239 | 0.08 | 0.06 | 0 | 0.06 | 226.67 | 0.36 | 0.9 |
| Hex | DD | E1 | EF | 8 | 6 | 0 | 6 | E3 | 24 | 5A |
| Octal | 335 | 341 | 357 | 10 | 6 | 0 | 6 | 343 | 44 | 132 |
| Binary | 11011101 | 11100001 | 11101111 | 1000 | 110 | 0 | 110 | 11100011 | 100100 | 1011010 |
Color Harmonies of #DDE1EF
Complementary color
Monochromatic Colors of #DDE1EF
Black with #DDE1EF
Text Example
Text Example
White with #DDE1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE1EF; }
p { color: rgb(221,225,239); }
H1.HeaderClassName
{
color: #DDE1EF;
}
.AnyTagClassName
{
color: #DDE1EF;
}
</style>
background-color css
<style>
a { background-color: #DDE1EF; }
a { background-color: rgb(221,225,239); }
div.DivClassName
{
background-color: #DDE1EF;
}
.BgClassName
{
background-color: #DDE1EF;
}
</style>
border-color css
<style>
span { border-color: #DDE1EF; }
span { border-color: rgb(221,225,239); }
td.TdClassName
{
border-color: #DDE1EF;
}
.TagClassName
{
border-color: #DDE1EF;
}
</style>