Shades of Hawkes Blue #DDE0ED
Tints of Hawkes Blue #DDE0ED
RGB
CMYK
RGB Variations
Color information
#DDE0ED (or 0xDDE0ED) is known color: Hawkes Blue. HEX triplet: DD, E0 and ED. RGB value is (221,224,237). Sum of RGB (Red+Green+Blue) = 221+224+237=682 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.40% from 682); Green value is 224 (87.89% from 255 or 32.84% from 682); Blue value is 237 (92.97% from 255 or 34.75% from 682); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE0ED is #221F12. Grayscale: #E0E0E0. Windows color (decimal): -2236179 or 15589597. OLE color: 15589597.
HSL color Cylindrical-coordinate representation of color #DDE0ED: hue angle of 228.75º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDE0ED is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 224 | 237 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.07 |
| HSL | 228.75º | 0.31% | 0.9% | - |
| HSV(B) | 228.75º | 0.07% | 0.93% | - |
| XYZ | 71.76 | 74.8 | 90.78 | - |
| YUV | 224.59 | 135.01 | 125.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 237 | 0.07 | 0.05 | 0 | 0.07 | 228.75 | 0.31 | 0.9 |
| Hex | DD | E0 | ED | 7 | 5 | 0 | 7 | E5 | 1F | 5A |
| Octal | 335 | 340 | 355 | 7 | 5 | 0 | 7 | 345 | 37 | 132 |
| Binary | 11011101 | 11100000 | 11101101 | 111 | 101 | 0 | 111 | 11100101 | 11111 | 1011010 |
Color Harmonies of #DDE0ED
Complementary color
Monochromatic Colors of #DDE0ED
Black with #DDE0ED
Text Example
Text Example
White with #DDE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE0ED; }
p { color: rgb(221,224,237); }
H1.HeaderClassName
{
color: #DDE0ED;
}
.AnyTagClassName
{
color: #DDE0ED;
}
</style>
background-color css
<style>
a { background-color: #DDE0ED; }
a { background-color: rgb(221,224,237); }
div.DivClassName
{
background-color: #DDE0ED;
}
.BgClassName
{
background-color: #DDE0ED;
}
</style>
border-color css
<style>
span { border-color: #DDE0ED; }
span { border-color: rgb(221,224,237); }
td.TdClassName
{
border-color: #DDE0ED;
}
.TagClassName
{
border-color: #DDE0ED;
}
</style>