Shades of Solitude #DFE3EC
Tints of Solitude #DFE3EC
RGB
CMYK
RGB Variations
Color information
#DFE3EC (or 0xDFE3EC) is known color: Solitude. HEX triplet: DF, E3 and EC. RGB value is (223,227,236). Sum of RGB (Red+Green+Blue) = 223+227+236=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 227 (89.06% from 255 or 33.09% from 686); Blue value is 236 (92.58% from 255 or 34.40% from 686); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3EC is #201C13. Grayscale: #E2E2E2. Windows color (decimal): -2104340 or 15524831. OLE color: 15524831.
HSL color Cylindrical-coordinate representation of color #DFE3EC: hue angle of 221.54º 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 #DFE3EC is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 227 | 236 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.07 |
| HSL | 221.54º | 0.25% | 0.9% | - |
| HSV(B) | 221.54º | 0.06% | 0.93% | - |
| XYZ | 73.04 | 76.68 | 90.31 | - |
| YUV | 226.83 | 133.17 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 236 | 0.06 | 0.04 | 0 | 0.07 | 221.54 | 0.25 | 0.9 |
| Hex | DF | E3 | EC | 6 | 4 | 0 | 7 | DE | 19 | 5A |
| Octal | 337 | 343 | 354 | 6 | 4 | 0 | 7 | 336 | 31 | 132 |
| Binary | 11011111 | 11100011 | 11101100 | 110 | 100 | 0 | 111 | 11011110 | 11001 | 1011010 |
Color Harmonies of #DFE3EC
Complementary color
Monochromatic Colors of #DFE3EC
Black with #DFE3EC
Text Example
Text Example
White with #DFE3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3EC; }
p { color: rgb(223,227,236); }
H1.HeaderClassName
{
color: #DFE3EC;
}
.AnyTagClassName
{
color: #DFE3EC;
}
</style>
background-color css
<style>
a { background-color: #DFE3EC; }
a { background-color: rgb(223,227,236); }
div.DivClassName
{
background-color: #DFE3EC;
}
.BgClassName
{
background-color: #DFE3EC;
}
</style>
border-color css
<style>
span { border-color: #DFE3EC; }
span { border-color: rgb(223,227,236); }
td.TdClassName
{
border-color: #DFE3EC;
}
.TagClassName
{
border-color: #DFE3EC;
}
</style>