Shades of Solitude #DDE5EF
Tints of Solitude #DDE5EF
RGB
CMYK
RGB Variations
Color information
#DDE5EF (or 0xDDE5EF) is known color: Solitude. HEX triplet: DD, E5 and EF. RGB value is (221,229,239). Sum of RGB (Red+Green+Blue) = 221+229+239=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 239 (93.75% from 255 or 34.69% from 689); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5EF is #221A10. Grayscale: #E3E3E3. Windows color (decimal): -2234897 or 15721949. OLE color: 15721949.
HSL color Cylindrical-coordinate representation of color #DDE5EF: hue angle of 213.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE5EF is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 229 | 239 | - |
| CMYK | 0.08 | 0.04 | 0 | 0.06 |
| HSL | 213.33º | 0.36% | 0.9% | - |
| HSV(B) | 213.33º | 0.08% | 0.94% | - |
| XYZ | 73.42 | 77.64 | 92.78 | - |
| YUV | 227.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 239 | 0.08 | 0.04 | 0 | 0.06 | 213.33 | 0.36 | 0.9 |
| Hex | DD | E5 | EF | 8 | 4 | 0 | 6 | D5 | 24 | 5A |
| Octal | 335 | 345 | 357 | 10 | 4 | 0 | 6 | 325 | 44 | 132 |
| Binary | 11011101 | 11100101 | 11101111 | 1000 | 100 | 0 | 110 | 11010101 | 100100 | 1011010 |
Color Harmonies of #DDE5EF
Complementary color
Monochromatic Colors of #DDE5EF
Black with #DDE5EF
Text Example
Text Example
White with #DDE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5EF; }
p { color: rgb(221,229,239); }
H1.HeaderClassName
{
color: #DDE5EF;
}
.AnyTagClassName
{
color: #DDE5EF;
}
</style>
background-color css
<style>
a { background-color: #DDE5EF; }
a { background-color: rgb(221,229,239); }
div.DivClassName
{
background-color: #DDE5EF;
}
.BgClassName
{
background-color: #DDE5EF;
}
</style>
border-color css
<style>
span { border-color: #DDE5EF; }
span { border-color: rgb(221,229,239); }
td.TdClassName
{
border-color: #DDE5EF;
}
.TagClassName
{
border-color: #DDE5EF;
}
</style>