Shades of Solitude #DDE4F5
Tints of Solitude #DDE4F5
RGB
CMYK
RGB Variations
Color information
#DDE4F5 (or 0xDDE4F5) is known color: Solitude. HEX triplet: DD, E4 and F5. RGB value is (221,228,245). Sum of RGB (Red+Green+Blue) = 221+228+245=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 228 (89.45% from 255 or 32.85% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 245 - color contains mainly: blue. Hex color #DDE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDE4F5 is #221B0A. Grayscale: #E3E3E3. Windows color (decimal): -2235147 or 16114909. OLE color: 16114909.
HSL color Cylindrical-coordinate representation of color #DDE4F5: hue angle of 222.5º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDE4F5 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 228 | 245 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.04 |
| HSL | 222.5º | 0.55% | 0.91% | - |
| HSV(B) | 222.5º | 0.1% | 0.96% | - |
| XYZ | 74.04 | 77.45 | 97.43 | - |
| YUV | 227.85 | 137.68 | 123.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 228 | 245 | 0.10 | 0.07 | 0 | 0.04 | 222.5 | 0.55 | 0.91 |
| Hex | DD | E4 | F5 | A | 7 | 0 | 4 | DE | 37 | 5B |
| Octal | 335 | 344 | 365 | 12 | 7 | 0 | 4 | 336 | 67 | 133 |
| Binary | 11011101 | 11100100 | 11110101 | 1010 | 111 | 0 | 100 | 11011110 | 110111 | 1011011 |
Color Harmonies of #DDE4F5
Complementary color
Monochromatic Colors of #DDE4F5
Black with #DDE4F5
Text Example
Text Example
White with #DDE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE4F5; }
p { color: rgb(221,228,245); }
H1.HeaderClassName
{
color: #DDE4F5;
}
.AnyTagClassName
{
color: #DDE4F5;
}
</style>
background-color css
<style>
a { background-color: #DDE4F5; }
a { background-color: rgb(221,228,245); }
div.DivClassName
{
background-color: #DDE4F5;
}
.BgClassName
{
background-color: #DDE4F5;
}
</style>
border-color css
<style>
span { border-color: #DDE4F5; }
span { border-color: rgb(221,228,245); }
td.TdClassName
{
border-color: #DDE4F5;
}
.TagClassName
{
border-color: #DDE4F5;
}
</style>