Shades of Solitude #DFE4EC
Tints of Solitude #DFE4EC
RGB
CMYK
RGB Variations
Color information
#DFE4EC (or 0xDFE4EC) is known color: Solitude. HEX triplet: DF, E4 and EC. RGB value is (223,228,236). Sum of RGB (Red+Green+Blue) = 223+228+236=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 228 (89.45% from 255 or 33.19% from 687); Blue value is 236 (92.58% from 255 or 34.35% from 687); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4EC is #201B13. Grayscale: #E3E3E3. Windows color (decimal): -2104084 or 15525087. OLE color: 15525087.
HSL color Cylindrical-coordinate representation of color #DFE4EC: hue angle of 216.92º degrees, saturation: 0.25, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFE4EC is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 228 | 236 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.07 |
| HSL | 216.92º | 0.25% | 0.9% | - |
| HSV(B) | 216.92º | 0.06% | 0.93% | - |
| XYZ | 73.32 | 77.23 | 90.4 | - |
| YUV | 227.42 | 132.84 | 124.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 236 | 0.06 | 0.03 | 0 | 0.07 | 216.92 | 0.25 | 0.9 |
| Hex | DF | E4 | EC | 6 | 3 | 0 | 7 | D9 | 19 | 5A |
| Octal | 337 | 344 | 354 | 6 | 3 | 0 | 7 | 331 | 31 | 132 |
| Binary | 11011111 | 11100100 | 11101100 | 110 | 11 | 0 | 111 | 11011001 | 11001 | 1011010 |
Color Harmonies of #DFE4EC
Complementary color
Monochromatic Colors of #DFE4EC
Black with #DFE4EC
Text Example
Text Example
White with #DFE4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4EC; }
p { color: rgb(223,228,236); }
H1.HeaderClassName
{
color: #DFE4EC;
}
.AnyTagClassName
{
color: #DFE4EC;
}
</style>
background-color css
<style>
a { background-color: #DFE4EC; }
a { background-color: rgb(223,228,236); }
div.DivClassName
{
background-color: #DFE4EC;
}
.BgClassName
{
background-color: #DFE4EC;
}
</style>
border-color css
<style>
span { border-color: #DFE4EC; }
span { border-color: rgb(223,228,236); }
td.TdClassName
{
border-color: #DFE4EC;
}
.TagClassName
{
border-color: #DFE4EC;
}
</style>