Shades of Solitude #DDE4EC
Tints of Solitude #DDE4EC
RGB
CMYK
RGB Variations
Color information
#DDE4EC (or 0xDDE4EC) is known color: Solitude. HEX triplet: DD, E4 and EC. RGB value is (221,228,236). Sum of RGB (Red+Green+Blue) = 221+228+236=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 236 (92.58% from 255 or 34.45% from 685); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EC is #221B13. Grayscale: #E2E2E2. Windows color (decimal): -2235156 or 15525085. OLE color: 15525085.
HSL color Cylindrical-coordinate representation of color #DDE4EC: hue angle of 212º 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 #DDE4EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 228 | 236 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.07 |
| HSL | 212º | 0.28% | 0.9% | - |
| HSV(B) | 212º | 0.06% | 0.93% | - |
| XYZ | 72.7 | 76.92 | 90.37 | - |
| YUV | 226.82 | 133.18 | 123.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 236 | 0.06 | 0.03 | 0 | 0.07 | 212 | 0.28 | 0.9 |
| Hex | DD | E4 | EC | 6 | 3 | 0 | 7 | D4 | 1C | 5A |
| Octal | 335 | 344 | 354 | 6 | 3 | 0 | 7 | 324 | 34 | 132 |
| Binary | 11011101 | 11100100 | 11101100 | 110 | 11 | 0 | 111 | 11010100 | 11100 | 1011010 |
Color Harmonies of #DDE4EC
Complementary color
Monochromatic Colors of #DDE4EC
Black with #DDE4EC
Text Example
Text Example
White with #DDE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4EC; }
p { color: rgb(221,228,236); }
H1.HeaderClassName
{
color: #DDE4EC;
}
.AnyTagClassName
{
color: #DDE4EC;
}
</style>
background-color css
<style>
a { background-color: #DDE4EC; }
a { background-color: rgb(221,228,236); }
div.DivClassName
{
background-color: #DDE4EC;
}
.BgClassName
{
background-color: #DDE4EC;
}
</style>
border-color css
<style>
span { border-color: #DDE4EC; }
span { border-color: rgb(221,228,236); }
td.TdClassName
{
border-color: #DDE4EC;
}
.TagClassName
{
border-color: #DDE4EC;
}
</style>