Shades of Solitude #DDE6F7
Tints of Solitude #DDE6F7
RGB
CMYK
RGB Variations
Color information
#DDE6F7 (or 0xDDE6F7) is known color: Solitude. HEX triplet: DD, E6 and F7. RGB value is (221,230,247). Sum of RGB (Red+Green+Blue) = 221+230+247=698 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.66% from 698); Green value is 230 (90.23% from 255 or 32.95% from 698); Blue value is 247 (96.88% from 255 or 35.39% from 698); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE6F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6F7 is #221908. Grayscale: #E5E5E5. Windows color (decimal): -2234633 or 16246493. OLE color: 16246493.
HSL color Cylindrical-coordinate representation of color #DDE6F7: hue angle of 219.23º 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 #DDE6F7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 230 | 247 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.03 |
| HSL | 219.23º | 0.62% | 0.92% | - |
| HSV(B) | 219.23º | 0.11% | 0.97% | - |
| XYZ | 74.9 | 78.68 | 99.23 | - |
| YUV | 229.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 247 | 0.11 | 0.07 | 0 | 0.03 | 219.23 | 0.62 | 0.92 |
| Hex | DD | E6 | F7 | B | 7 | 0 | 3 | DB | 3E | 5C |
| Octal | 335 | 346 | 367 | 13 | 7 | 0 | 3 | 333 | 76 | 134 |
| Binary | 11011101 | 11100110 | 11110111 | 1011 | 111 | 0 | 11 | 11011011 | 111110 | 1011100 |
Color Harmonies of #DDE6F7
Complementary color
Monochromatic Colors of #DDE6F7
Black with #DDE6F7
Text Example
Text Example
White with #DDE6F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6F7; }
p { color: rgb(221,230,247); }
H1.HeaderClassName
{
color: #DDE6F7;
}
.AnyTagClassName
{
color: #DDE6F7;
}
</style>
background-color css
<style>
a { background-color: #DDE6F7; }
a { background-color: rgb(221,230,247); }
div.DivClassName
{
background-color: #DDE6F7;
}
.BgClassName
{
background-color: #DDE6F7;
}
</style>
border-color css
<style>
span { border-color: #DDE6F7; }
span { border-color: rgb(221,230,247); }
td.TdClassName
{
border-color: #DDE6F7;
}
.TagClassName
{
border-color: #DDE6F7;
}
</style>