Shades of Solitude #DDE8F6
Tints of Solitude #DDE8F6
RGB
CMYK
RGB Variations
Color information
#DDE8F6 (or 0xDDE8F6) is known color: Solitude. HEX triplet: DD, E8 and F6. RGB value is (221,232,246). Sum of RGB (Red+Green+Blue) = 221+232+246=699 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.62% from 699); Green value is 232 (91.02% from 255 or 33.19% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F6 is #221709. Grayscale: #E6E6E6. Windows color (decimal): -2234122 or 16181469. OLE color: 16181469.
HSL color Cylindrical-coordinate representation of color #DDE8F6: hue angle of 213.6º 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 #DDE8F6 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 232 | 246 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.04 |
| HSL | 213.6º | 0.58% | 0.92% | - |
| HSV(B) | 213.6º | 0.1% | 0.96% | - |
| XYZ | 75.31 | 79.74 | 98.61 | - |
| YUV | 230.31 | 136.86 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 246 | 0.10 | 0.06 | 0 | 0.04 | 213.6 | 0.58 | 0.92 |
| Hex | DD | E8 | F6 | A | 6 | 0 | 4 | D6 | 3A | 5C |
| Octal | 335 | 350 | 366 | 12 | 6 | 0 | 4 | 326 | 72 | 134 |
| Binary | 11011101 | 11101000 | 11110110 | 1010 | 110 | 0 | 100 | 11010110 | 111010 | 1011100 |
Color Harmonies of #DDE8F6
Complementary color
Monochromatic Colors of #DDE8F6
Black with #DDE8F6
Text Example
Text Example
White with #DDE8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F6; }
p { color: rgb(221,232,246); }
H1.HeaderClassName
{
color: #DDE8F6;
}
.AnyTagClassName
{
color: #DDE8F6;
}
</style>
background-color css
<style>
a { background-color: #DDE8F6; }
a { background-color: rgb(221,232,246); }
div.DivClassName
{
background-color: #DDE8F6;
}
.BgClassName
{
background-color: #DDE8F6;
}
</style>
border-color css
<style>
span { border-color: #DDE8F6; }
span { border-color: rgb(221,232,246); }
td.TdClassName
{
border-color: #DDE8F6;
}
.TagClassName
{
border-color: #DDE8F6;
}
</style>