Shades of Solitude #DDE8F5
Tints of Solitude #DDE8F5
RGB
CMYK
RGB Variations
Color information
#DDE8F5 (or 0xDDE8F5) is known color: Solitude. HEX triplet: DD, E8 and F5. RGB value is (221,232,245). Sum of RGB (Red+Green+Blue) = 221+232+245=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 232 (91.02% from 255 or 33.24% from 698); Blue value is 245 (96.09% from 255 or 35.10% from 698); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F5 is #22170A. Grayscale: #E6E6E6. Windows color (decimal): -2234123 or 16115933. OLE color: 16115933.
HSL color Cylindrical-coordinate representation of color #DDE8F5: hue angle of 212.5º 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 #DDE8F5 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 232 | 245 | - |
| CMYK | 0.10 | 0.05 | 0 | 0.04 |
| HSL | 212.5º | 0.55% | 0.91% | - |
| HSV(B) | 212.5º | 0.1% | 0.96% | - |
| XYZ | 75.16 | 79.68 | 97.8 | - |
| YUV | 230.19 | 136.36 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 245 | 0.10 | 0.05 | 0 | 0.04 | 212.5 | 0.55 | 0.91 |
| Hex | DD | E8 | F5 | A | 5 | 0 | 4 | D4 | 37 | 5B |
| Octal | 335 | 350 | 365 | 12 | 5 | 0 | 4 | 324 | 67 | 133 |
| Binary | 11011101 | 11101000 | 11110101 | 1010 | 101 | 0 | 100 | 11010100 | 110111 | 1011011 |
Color Harmonies of #DDE8F5
Complementary color
Monochromatic Colors of #DDE8F5
Black with #DDE8F5
Text Example
Text Example
White with #DDE8F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F5; }
p { color: rgb(221,232,245); }
H1.HeaderClassName
{
color: #DDE8F5;
}
.AnyTagClassName
{
color: #DDE8F5;
}
</style>
background-color css
<style>
a { background-color: #DDE8F5; }
a { background-color: rgb(221,232,245); }
div.DivClassName
{
background-color: #DDE8F5;
}
.BgClassName
{
background-color: #DDE8F5;
}
</style>
border-color css
<style>
span { border-color: #DDE8F5; }
span { border-color: rgb(221,232,245); }
td.TdClassName
{
border-color: #DDE8F5;
}
.TagClassName
{
border-color: #DDE8F5;
}
</style>