Shades of Solitude #DDE3ED
Tints of Solitude #DDE3ED
RGB
CMYK
RGB Variations
Color information
#DDE3ED (or 0xDDE3ED) is known color: Solitude. HEX triplet: DD, E3 and ED. RGB value is (221,227,237). Sum of RGB (Red+Green+Blue) = 221+227+237=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 227 (89.06% from 255 or 33.14% from 685); Blue value is 237 (92.97% from 255 or 34.60% from 685); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE3ED is #221C12. Grayscale: #E2E2E2. Windows color (decimal): -2235411 or 15590365. OLE color: 15590365.
HSL color Cylindrical-coordinate representation of color #DDE3ED: hue angle of 217.5º 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 #DDE3ED is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 221 | 227 | 237 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.07 |
| HSL | 217.5º | 0.31% | 0.9% | - |
| HSV(B) | 217.5º | 0.07% | 0.93% | - |
| XYZ | 72.57 | 76.42 | 91.05 | - |
| YUV | 226.35 | 134.01 | 124.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 227 | 237 | 0.07 | 0.04 | 0 | 0.07 | 217.5 | 0.31 | 0.9 |
| Hex | DD | E3 | ED | 7 | 4 | 0 | 7 | DA | 1F | 5A |
| Octal | 335 | 343 | 355 | 7 | 4 | 0 | 7 | 332 | 37 | 132 |
| Binary | 11011101 | 11100011 | 11101101 | 111 | 100 | 0 | 111 | 11011010 | 11111 | 1011010 |
Color Harmonies of #DDE3ED
Complementary color
Monochromatic Colors of #DDE3ED
Black with #DDE3ED
Text Example
Text Example
White with #DDE3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE3ED; }
p { color: rgb(221,227,237); }
H1.HeaderClassName
{
color: #DDE3ED;
}
.AnyTagClassName
{
color: #DDE3ED;
}
</style>
background-color css
<style>
a { background-color: #DDE3ED; }
a { background-color: rgb(221,227,237); }
div.DivClassName
{
background-color: #DDE3ED;
}
.BgClassName
{
background-color: #DDE3ED;
}
</style>
border-color css
<style>
span { border-color: #DDE3ED; }
span { border-color: rgb(221,227,237); }
td.TdClassName
{
border-color: #DDE3ED;
}
.TagClassName
{
border-color: #DDE3ED;
}
</style>