Shades of Solitude #DDE4EE
Tints of Solitude #DDE4EE
RGB
CMYK
RGB Variations
Color information
#DDE4EE (or 0xDDE4EE) is known color: Solitude. HEX triplet: DD, E4 and EE. RGB value is (221,228,238). Sum of RGB (Red+Green+Blue) = 221+228+238=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 238 (93.36% from 255 or 34.64% from 687); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4EE is #221B11. Grayscale: #E3E3E3. Windows color (decimal): -2235154 or 15656157. OLE color: 15656157.
HSL color Cylindrical-coordinate representation of color #DDE4EE: hue angle of 215.29º degrees, saturation: 0.33, 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 #DDE4EE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 228 | 238 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.07 |
| HSL | 215.29º | 0.33% | 0.9% | - |
| HSV(B) | 215.29º | 0.07% | 0.93% | - |
| XYZ | 72.99 | 77.03 | 91.91 | - |
| YUV | 227.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 238 | 0.07 | 0.04 | 0 | 0.07 | 215.29 | 0.33 | 0.9 |
| Hex | DD | E4 | EE | 7 | 4 | 0 | 7 | D7 | 21 | 5A |
| Octal | 335 | 344 | 356 | 7 | 4 | 0 | 7 | 327 | 41 | 132 |
| Binary | 11011101 | 11100100 | 11101110 | 111 | 100 | 0 | 111 | 11010111 | 100001 | 1011010 |
Color Harmonies of #DDE4EE
Complementary color
Monochromatic Colors of #DDE4EE
Black with #DDE4EE
Text Example
Text Example
White with #DDE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4EE; }
p { color: rgb(221,228,238); }
H1.HeaderClassName
{
color: #DDE4EE;
}
.AnyTagClassName
{
color: #DDE4EE;
}
</style>
background-color css
<style>
a { background-color: #DDE4EE; }
a { background-color: rgb(221,228,238); }
div.DivClassName
{
background-color: #DDE4EE;
}
.BgClassName
{
background-color: #DDE4EE;
}
</style>
border-color css
<style>
span { border-color: #DDE4EE; }
span { border-color: rgb(221,228,238); }
td.TdClassName
{
border-color: #DDE4EE;
}
.TagClassName
{
border-color: #DDE4EE;
}
</style>