Shades of Solitude #DDE9F5
Tints of Solitude #DDE9F5
RGB
CMYK
RGB Variations
Color information
#DDE9F5 (or 0xDDE9F5) is known color: Solitude. HEX triplet: DD, E9 and F5. RGB value is (221,233,245). Sum of RGB (Red+Green+Blue) = 221+233+245=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 233 (91.41% from 255 or 33.33% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE9F5 is #22160A. Grayscale: #E6E6E6. Windows color (decimal): -2233867 or 16116189. OLE color: 16116189.
HSL color Cylindrical-coordinate representation of color #DDE9F5: hue angle of 210º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE9F5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 233 | 245 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.04 |
| HSL | 210º | 0.55% | 0.91% | - |
| HSV(B) | 210º | 0.1% | 0.96% | - |
| XYZ | 75.44 | 80.24 | 97.9 | - |
| YUV | 230.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 233 | 245 | 0.10 | 0.05 | 0 | 0.04 | 210 | 0.55 | 0.91 |
| Hex | DD | E9 | F5 | A | 5 | 0 | 4 | D2 | 37 | 5B |
| Octal | 335 | 351 | 365 | 12 | 5 | 0 | 4 | 322 | 67 | 133 |
| Binary | 11011101 | 11101001 | 11110101 | 1010 | 101 | 0 | 100 | 11010010 | 110111 | 1011011 |
Color Harmonies of #DDE9F5
Complementary color
Monochromatic Colors of #DDE9F5
Black with #DDE9F5
Text Example
Text Example
White with #DDE9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE9F5; }
p { color: rgb(221,233,245); }
H1.HeaderClassName
{
color: #DDE9F5;
}
.AnyTagClassName
{
color: #DDE9F5;
}
</style>
background-color css
<style>
a { background-color: #DDE9F5; }
a { background-color: rgb(221,233,245); }
div.DivClassName
{
background-color: #DDE9F5;
}
.BgClassName
{
background-color: #DDE9F5;
}
</style>
border-color css
<style>
span { border-color: #DDE9F5; }
span { border-color: rgb(221,233,245); }
td.TdClassName
{
border-color: #DDE9F5;
}
.TagClassName
{
border-color: #DDE9F5;
}
</style>