Shades of Solitude #DDE9F6
Tints of Solitude #DDE9F6
RGB
CMYK
RGB Variations
Color information
#DDE9F6 (or 0xDDE9F6) is known color: Solitude. HEX triplet: DD, E9 and F6. RGB value is (221,233,246). Sum of RGB (Red+Green+Blue) = 221+233+246=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 233 (91.41% from 255 or 33.29% from 700); Blue value is 246 (96.48% from 255 or 35.14% from 700); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDE9F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9F6 is #221609. Grayscale: #E6E6E6. Windows color (decimal): -2233866 or 16181725. OLE color: 16181725.
HSL color Cylindrical-coordinate representation of color #DDE9F6: hue angle of 211.2º degrees, saturation: 0.58, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE9F6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 233 | 246 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.04 |
| HSL | 211.2º | 0.58% | 0.92% | - |
| HSV(B) | 211.2º | 0.1% | 0.96% | - |
| XYZ | 75.59 | 80.3 | 98.7 | - |
| YUV | 230.89 | 136.52 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 246 | 0.10 | 0.05 | 0 | 0.04 | 211.2 | 0.58 | 0.92 |
| Hex | DD | E9 | F6 | A | 5 | 0 | 4 | D3 | 3A | 5C |
| Octal | 335 | 351 | 366 | 12 | 5 | 0 | 4 | 323 | 72 | 134 |
| Binary | 11011101 | 11101001 | 11110110 | 1010 | 101 | 0 | 100 | 11010011 | 111010 | 1011100 |
Color Harmonies of #DDE9F6
Complementary color
Monochromatic Colors of #DDE9F6
Black with #DDE9F6
Text Example
Text Example
White with #DDE9F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9F6; }
p { color: rgb(221,233,246); }
H1.HeaderClassName
{
color: #DDE9F6;
}
.AnyTagClassName
{
color: #DDE9F6;
}
</style>
background-color css
<style>
a { background-color: #DDE9F6; }
a { background-color: rgb(221,233,246); }
div.DivClassName
{
background-color: #DDE9F6;
}
.BgClassName
{
background-color: #DDE9F6;
}
</style>
border-color css
<style>
span { border-color: #DDE9F6; }
span { border-color: rgb(221,233,246); }
td.TdClassName
{
border-color: #DDE9F6;
}
.TagClassName
{
border-color: #DDE9F6;
}
</style>