Shades of Solitude #DDE6F1
Tints of Solitude #DDE6F1
RGB
CMYK
RGB Variations
Color information
#DDE6F1 (or 0xDDE6F1) is known color: Solitude. HEX triplet: DD, E6 and F1. RGB value is (221,230,241). Sum of RGB (Red+Green+Blue) = 221+230+241=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 230 (90.23% from 255 or 33.24% from 692); Blue value is 241 (94.53% from 255 or 34.83% from 692); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDE6F1 is #22190E. Grayscale: #E4E4E4. Windows color (decimal): -2234639 or 15853277. OLE color: 15853277.
HSL color Cylindrical-coordinate representation of color #DDE6F1: hue angle of 213º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDE6F1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 230 | 241 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.05 |
| HSL | 213º | 0.42% | 0.91% | - |
| HSV(B) | 213º | 0.08% | 0.95% | - |
| XYZ | 73.99 | 78.32 | 94.44 | - |
| YUV | 228.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 230 | 241 | 0.08 | 0.05 | 0 | 0.05 | 213 | 0.42 | 0.91 |
| Hex | DD | E6 | F1 | 8 | 5 | 0 | 5 | D5 | 2A | 5B |
| Octal | 335 | 346 | 361 | 10 | 5 | 0 | 5 | 325 | 52 | 133 |
| Binary | 11011101 | 11100110 | 11110001 | 1000 | 101 | 0 | 101 | 11010101 | 101010 | 1011011 |
Color Harmonies of #DDE6F1
Complementary color
Monochromatic Colors of #DDE6F1
Black with #DDE6F1
Text Example
Text Example
White with #DDE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE6F1; }
p { color: rgb(221,230,241); }
H1.HeaderClassName
{
color: #DDE6F1;
}
.AnyTagClassName
{
color: #DDE6F1;
}
</style>
background-color css
<style>
a { background-color: #DDE6F1; }
a { background-color: rgb(221,230,241); }
div.DivClassName
{
background-color: #DDE6F1;
}
.BgClassName
{
background-color: #DDE6F1;
}
</style>
border-color css
<style>
span { border-color: #DDE6F1; }
span { border-color: rgb(221,230,241); }
td.TdClassName
{
border-color: #DDE6F1;
}
.TagClassName
{
border-color: #DDE6F1;
}
</style>