Shades of Solitude #DDE9F9
Tints of Solitude #DDE9F9
RGB
CMYK
RGB Variations
Color information
#DDE9F9 (or 0xDDE9F9) is known color: Solitude. HEX triplet: DD, E9 and F9. RGB value is (221,233,249). Sum of RGB (Red+Green+Blue) = 221+233+249=703 (93% of max value = 765). Red value is 221 (86.72% from 255 or 31.44% from 703); Green value is 233 (91.41% from 255 or 33.14% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 249 - color contains mainly: blue. Hex color #DDE9F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9F9 is #221606. Grayscale: #E7E7E7. Windows color (decimal): -2233863 or 16378333. OLE color: 16378333.
HSL color Cylindrical-coordinate representation of color #DDE9F9: hue angle of 214.29º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE9F9 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 233 | 249 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.02 |
| HSL | 214.29º | 0.7% | 0.92% | - |
| HSV(B) | 214.29º | 0.11% | 0.98% | - |
| XYZ | 76.06 | 80.49 | 101.15 | - |
| YUV | 231.24 | 138.02 | 120.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 249 | 0.11 | 0.06 | 0 | 0.02 | 214.29 | 0.7 | 0.92 |
| Hex | DD | E9 | F9 | B | 6 | 0 | 2 | D6 | 46 | 5C |
| Octal | 335 | 351 | 371 | 13 | 6 | 0 | 2 | 326 | 106 | 134 |
| Binary | 11011101 | 11101001 | 11111001 | 1011 | 110 | 0 | 10 | 11010110 | 1000110 | 1011100 |
Color Harmonies of #DDE9F9
Complementary color
Monochromatic Colors of #DDE9F9
Black with #DDE9F9
Text Example
Text Example
White with #DDE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9F9; }
p { color: rgb(221,233,249); }
H1.HeaderClassName
{
color: #DDE9F9;
}
.AnyTagClassName
{
color: #DDE9F9;
}
</style>
background-color css
<style>
a { background-color: #DDE9F9; }
a { background-color: rgb(221,233,249); }
div.DivClassName
{
background-color: #DDE9F9;
}
.BgClassName
{
background-color: #DDE9F9;
}
</style>
border-color css
<style>
span { border-color: #DDE9F9; }
span { border-color: rgb(221,233,249); }
td.TdClassName
{
border-color: #DDE9F9;
}
.TagClassName
{
border-color: #DDE9F9;
}
</style>