Shades of Hawkes Blue #DDE0EA
Tints of Hawkes Blue #DDE0EA
RGB
CMYK
RGB Variations
Color information
#DDE0EA (or 0xDDE0EA) is known color: Hawkes Blue. HEX triplet: DD, E0 and EA. RGB value is (221,224,234). Sum of RGB (Red+Green+Blue) = 221+224+234=679 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.55% from 679); Green value is 224 (87.89% from 255 or 32.99% from 679); Blue value is 234 (91.80% from 255 or 34.46% from 679); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0EA is #221F15. Grayscale: #E0E0E0. Windows color (decimal): -2236182 or 15392989. OLE color: 15392989.
HSL color Cylindrical-coordinate representation of color #DDE0EA: hue angle of 226.15º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDE0EA is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 224 | 234 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.08 |
| HSL | 226.15º | 0.24% | 0.89% | - |
| HSV(B) | 226.15º | 0.06% | 0.92% | - |
| XYZ | 71.33 | 74.62 | 88.49 | - |
| YUV | 224.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 234 | 0.06 | 0.04 | 0 | 0.08 | 226.15 | 0.24 | 0.89 |
| Hex | DD | E0 | EA | 6 | 4 | 0 | 8 | E2 | 18 | 59 |
| Octal | 335 | 340 | 352 | 6 | 4 | 0 | 10 | 342 | 30 | 131 |
| Binary | 11011101 | 11100000 | 11101010 | 110 | 100 | 0 | 1000 | 11100010 | 11000 | 1011001 |
Color Harmonies of #DDE0EA
Complementary color
Monochromatic Colors of #DDE0EA
Black with #DDE0EA
Text Example
Text Example
White with #DDE0EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0EA; }
p { color: rgb(221,224,234); }
H1.HeaderClassName
{
color: #DDE0EA;
}
.AnyTagClassName
{
color: #DDE0EA;
}
</style>
background-color css
<style>
a { background-color: #DDE0EA; }
a { background-color: rgb(221,224,234); }
div.DivClassName
{
background-color: #DDE0EA;
}
.BgClassName
{
background-color: #DDE0EA;
}
</style>
border-color css
<style>
span { border-color: #DDE0EA; }
span { border-color: rgb(221,224,234); }
td.TdClassName
{
border-color: #DDE0EA;
}
.TagClassName
{
border-color: #DDE0EA;
}
</style>