Shades of Solitude #DDE3EC
Tints of Solitude #DDE3EC
RGB
CMYK
RGB Variations
Color information
#DDE3EC (or 0xDDE3EC) is known color: Solitude. HEX triplet: DD, E3 and EC. RGB value is (221,227,236). Sum of RGB (Red+Green+Blue) = 221+227+236=684 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.31% from 684); Green value is 227 (89.06% from 255 or 33.19% from 684); Blue value is 236 (92.58% from 255 or 34.50% from 684); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3EC is #221C13. Grayscale: #E2E2E2. Windows color (decimal): -2235412 or 15524829. OLE color: 15524829.
HSL color Cylindrical-coordinate representation of color #DDE3EC: hue angle of 216º 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 #DDE3EC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 227 | 236 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.07 |
| HSL | 216º | 0.28% | 0.9% | - |
| HSV(B) | 216º | 0.06% | 0.93% | - |
| XYZ | 72.43 | 76.37 | 90.28 | - |
| YUV | 226.23 | 133.51 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 236 | 0.06 | 0.04 | 0 | 0.07 | 216 | 0.28 | 0.9 |
| Hex | DD | E3 | EC | 6 | 4 | 0 | 7 | D8 | 1C | 5A |
| Octal | 335 | 343 | 354 | 6 | 4 | 0 | 7 | 330 | 34 | 132 |
| Binary | 11011101 | 11100011 | 11101100 | 110 | 100 | 0 | 111 | 11011000 | 11100 | 1011010 |
Color Harmonies of #DDE3EC
Complementary color
Monochromatic Colors of #DDE3EC
Black with #DDE3EC
Text Example
Text Example
White with #DDE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3EC; }
p { color: rgb(221,227,236); }
H1.HeaderClassName
{
color: #DDE3EC;
}
.AnyTagClassName
{
color: #DDE3EC;
}
</style>
background-color css
<style>
a { background-color: #DDE3EC; }
a { background-color: rgb(221,227,236); }
div.DivClassName
{
background-color: #DDE3EC;
}
.BgClassName
{
background-color: #DDE3EC;
}
</style>
border-color css
<style>
span { border-color: #DDE3EC; }
span { border-color: rgb(221,227,236); }
td.TdClassName
{
border-color: #DDE3EC;
}
.TagClassName
{
border-color: #DDE3EC;
}
</style>