Shades of Solitude #DDE6F6
Tints of Solitude #DDE6F6
RGB
CMYK
RGB Variations
Color information
#DDE6F6 (or 0xDDE6F6) is known color: Solitude. HEX triplet: DD, E6 and F6. RGB value is (221,230,246). Sum of RGB (Red+Green+Blue) = 221+230+246=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 230 (90.23% from 255 or 33.00% from 697); Blue value is 246 (96.48% from 255 or 35.29% from 697); Max value from RGB is 246 - color contains mainly: blue. Hex color #DDE6F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6F6 is #221909. Grayscale: #E5E5E5. Windows color (decimal): -2234634 or 16180957. OLE color: 16180957.
HSL color Cylindrical-coordinate representation of color #DDE6F6: hue angle of 218.4º 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 #DDE6F6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 230 | 246 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 218.4º | 0.58% | 0.92% | - |
| HSV(B) | 218.4º | 0.1% | 0.96% | - |
| XYZ | 74.75 | 78.62 | 98.42 | - |
| YUV | 229.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 246 | 0.10 | 0.07 | 0 | 0.04 | 218.4 | 0.58 | 0.92 |
| Hex | DD | E6 | F6 | A | 7 | 0 | 4 | DA | 3A | 5C |
| Octal | 335 | 346 | 366 | 12 | 7 | 0 | 4 | 332 | 72 | 134 |
| Binary | 11011101 | 11100110 | 11110110 | 1010 | 111 | 0 | 100 | 11011010 | 111010 | 1011100 |
Color Harmonies of #DDE6F6
Complementary color
Monochromatic Colors of #DDE6F6
Black with #DDE6F6
Text Example
Text Example
White with #DDE6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6F6; }
p { color: rgb(221,230,246); }
H1.HeaderClassName
{
color: #DDE6F6;
}
.AnyTagClassName
{
color: #DDE6F6;
}
</style>
background-color css
<style>
a { background-color: #DDE6F6; }
a { background-color: rgb(221,230,246); }
div.DivClassName
{
background-color: #DDE6F6;
}
.BgClassName
{
background-color: #DDE6F6;
}
</style>
border-color css
<style>
span { border-color: #DDE6F6; }
span { border-color: rgb(221,230,246); }
td.TdClassName
{
border-color: #DDE6F6;
}
.TagClassName
{
border-color: #DDE6F6;
}
</style>