Shades of Solitude #DDE8F7
Tints of Solitude #DDE8F7
RGB
CMYK
RGB Variations
Color information
#DDE8F7 (or 0xDDE8F7) is known color: Solitude. HEX triplet: DD, E8 and F7. RGB value is (221,232,247). Sum of RGB (Red+Green+Blue) = 221+232+247=700 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.57% from 700); Green value is 232 (91.02% from 255 or 33.14% from 700); Blue value is 247 (96.88% from 255 or 35.29% from 700); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE8F7 is #221708. Grayscale: #E6E6E6. Windows color (decimal): -2234121 or 16247005. OLE color: 16247005.
HSL color Cylindrical-coordinate representation of color #DDE8F7: hue angle of 214.62º degrees, saturation: 0.62, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDE8F7 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 232 | 247 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.03 |
| HSL | 214.62º | 0.62% | 0.92% | - |
| HSV(B) | 214.62º | 0.11% | 0.97% | - |
| XYZ | 75.46 | 79.8 | 99.42 | - |
| YUV | 230.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 232 | 247 | 0.11 | 0.06 | 0 | 0.03 | 214.62 | 0.62 | 0.92 |
| Hex | DD | E8 | F7 | B | 6 | 0 | 3 | D7 | 3E | 5C |
| Octal | 335 | 350 | 367 | 13 | 6 | 0 | 3 | 327 | 76 | 134 |
| Binary | 11011101 | 11101000 | 11110111 | 1011 | 110 | 0 | 11 | 11010111 | 111110 | 1011100 |
Color Harmonies of #DDE8F7
Complementary color
Monochromatic Colors of #DDE8F7
Black with #DDE8F7
Text Example
Text Example
White with #DDE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE8F7; }
p { color: rgb(221,232,247); }
H1.HeaderClassName
{
color: #DDE8F7;
}
.AnyTagClassName
{
color: #DDE8F7;
}
</style>
background-color css
<style>
a { background-color: #DDE8F7; }
a { background-color: rgb(221,232,247); }
div.DivClassName
{
background-color: #DDE8F7;
}
.BgClassName
{
background-color: #DDE8F7;
}
</style>
border-color css
<style>
span { border-color: #DDE8F7; }
span { border-color: rgb(221,232,247); }
td.TdClassName
{
border-color: #DDE8F7;
}
.TagClassName
{
border-color: #DDE8F7;
}
</style>