Shades of Solitude #DDE4F1
Tints of Solitude #DDE4F1
RGB
CMYK
RGB Variations
Color information
#DDE4F1 (or 0xDDE4F1) is known color: Solitude. HEX triplet: DD, E4 and F1. RGB value is (221,228,241). Sum of RGB (Red+Green+Blue) = 221+228+241=690 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.03% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 241 (94.53% from 255 or 34.93% from 690); Max value from RGB is 241 - color contains mainly: blue. Hex color #DDE4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4F1 is #221B0E. Grayscale: #E3E3E3. Windows color (decimal): -2235151 or 15852765. OLE color: 15852765.
HSL color Cylindrical-coordinate representation of color #DDE4F1: hue angle of 219º 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 #DDE4F1 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 228 | 241 | - |
| CMYK | 0.08 | 0.05 | 0 | 0.05 |
| HSL | 219º | 0.42% | 0.91% | - |
| HSV(B) | 219º | 0.08% | 0.95% | - |
| XYZ | 73.44 | 77.21 | 94.25 | - |
| YUV | 227.39 | 135.68 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 241 | 0.08 | 0.05 | 0 | 0.05 | 219 | 0.42 | 0.91 |
| Hex | DD | E4 | F1 | 8 | 5 | 0 | 5 | DB | 2A | 5B |
| Octal | 335 | 344 | 361 | 10 | 5 | 0 | 5 | 333 | 52 | 133 |
| Binary | 11011101 | 11100100 | 11110001 | 1000 | 101 | 0 | 101 | 11011011 | 101010 | 1011011 |
Color Harmonies of #DDE4F1
Complementary color
Monochromatic Colors of #DDE4F1
Black with #DDE4F1
Text Example
Text Example
White with #DDE4F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4F1; }
p { color: rgb(221,228,241); }
H1.HeaderClassName
{
color: #DDE4F1;
}
.AnyTagClassName
{
color: #DDE4F1;
}
</style>
background-color css
<style>
a { background-color: #DDE4F1; }
a { background-color: rgb(221,228,241); }
div.DivClassName
{
background-color: #DDE4F1;
}
.BgClassName
{
background-color: #DDE4F1;
}
</style>
border-color css
<style>
span { border-color: #DDE4F1; }
span { border-color: rgb(221,228,241); }
td.TdClassName
{
border-color: #DDE4F1;
}
.TagClassName
{
border-color: #DDE4F1;
}
</style>