Shades of Solitude #DDE5F7
Tints of Solitude #DDE5F7
RGB
CMYK
RGB Variations
Color information
#DDE5F7 (or 0xDDE5F7) is known color: Solitude. HEX triplet: DD, E5 and F7. RGB value is (221,229,247). Sum of RGB (Red+Green+Blue) = 221+229+247=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 229 (89.84% from 255 or 32.86% from 697); Blue value is 247 (96.88% from 255 or 35.44% from 697); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE5F7 is #221A08. Grayscale: #E4E4E4. Windows color (decimal): -2234889 or 16246237. OLE color: 16246237.
HSL color Cylindrical-coordinate representation of color #DDE5F7: hue angle of 221.54º 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 #DDE5F7 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 229 | 247 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.03 |
| HSL | 221.54º | 0.62% | 0.92% | - |
| HSV(B) | 221.54º | 0.11% | 0.97% | - |
| XYZ | 74.63 | 78.13 | 99.14 | - |
| YUV | 228.66 | 138.35 | 122.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 229 | 247 | 0.11 | 0.07 | 0 | 0.03 | 221.54 | 0.62 | 0.92 |
| Hex | DD | E5 | F7 | B | 7 | 0 | 3 | DE | 3E | 5C |
| Octal | 335 | 345 | 367 | 13 | 7 | 0 | 3 | 336 | 76 | 134 |
| Binary | 11011101 | 11100101 | 11110111 | 1011 | 111 | 0 | 11 | 11011110 | 111110 | 1011100 |
Color Harmonies of #DDE5F7
Complementary color
Monochromatic Colors of #DDE5F7
Black with #DDE5F7
Text Example
Text Example
White with #DDE5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE5F7; }
p { color: rgb(221,229,247); }
H1.HeaderClassName
{
color: #DDE5F7;
}
.AnyTagClassName
{
color: #DDE5F7;
}
</style>
background-color css
<style>
a { background-color: #DDE5F7; }
a { background-color: rgb(221,229,247); }
div.DivClassName
{
background-color: #DDE5F7;
}
.BgClassName
{
background-color: #DDE5F7;
}
</style>
border-color css
<style>
span { border-color: #DDE5F7; }
span { border-color: rgb(221,229,247); }
td.TdClassName
{
border-color: #DDE5F7;
}
.TagClassName
{
border-color: #DDE5F7;
}
</style>