Shades of Solitude #DDE4F7
Tints of Solitude #DDE4F7
RGB
CMYK
RGB Variations
Color information
#DDE4F7 (or 0xDDE4F7) is known color: Solitude. HEX triplet: DD, E4 and F7. RGB value is (221,228,247). Sum of RGB (Red+Green+Blue) = 221+228+247=696 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.75% from 696); Green value is 228 (89.45% from 255 or 32.76% from 696); Blue value is 247 (96.88% from 255 or 35.49% from 696); Max value from RGB is 247 - color contains mainly: blue. Hex color #DDE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4F7 is #221B08. Grayscale: #E3E3E3. Windows color (decimal): -2235145 or 16245981. OLE color: 16245981.
HSL color Cylindrical-coordinate representation of color #DDE4F7: hue angle of 223.85º 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 #DDE4F7 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 228 | 247 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.03 |
| HSL | 223.85º | 0.62% | 0.92% | - |
| HSV(B) | 223.85º | 0.11% | 0.97% | - |
| XYZ | 74.35 | 77.57 | 99.05 | - |
| YUV | 228.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 247 | 0.11 | 0.08 | 0 | 0.03 | 223.85 | 0.62 | 0.92 |
| Hex | DD | E4 | F7 | B | 8 | 0 | 3 | E0 | 3E | 5C |
| Octal | 335 | 344 | 367 | 13 | 10 | 0 | 3 | 340 | 76 | 134 |
| Binary | 11011101 | 11100100 | 11110111 | 1011 | 1000 | 0 | 11 | 11100000 | 111110 | 1011100 |
Color Harmonies of #DDE4F7
Complementary color
Monochromatic Colors of #DDE4F7
Black with #DDE4F7
Text Example
Text Example
White with #DDE4F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4F7; }
p { color: rgb(221,228,247); }
H1.HeaderClassName
{
color: #DDE4F7;
}
.AnyTagClassName
{
color: #DDE4F7;
}
</style>
background-color css
<style>
a { background-color: #DDE4F7; }
a { background-color: rgb(221,228,247); }
div.DivClassName
{
background-color: #DDE4F7;
}
.BgClassName
{
background-color: #DDE4F7;
}
</style>
border-color css
<style>
span { border-color: #DDE4F7; }
span { border-color: rgb(221,228,247); }
td.TdClassName
{
border-color: #DDE4F7;
}
.TagClassName
{
border-color: #DDE4F7;
}
</style>