Shades of Solitude #DFE3E9
Tints of Solitude #DFE3E9
RGB
CMYK
RGB Variations
Color information
#DFE3E9 (or 0xDFE3E9) is known color: Solitude. HEX triplet: DF, E3 and E9. RGB value is (223,227,233). Sum of RGB (Red+Green+Blue) = 223+227+233=683 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.65% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 233 (91.41% from 255 or 34.11% from 683); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFE3E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE3E9 is #201C16. Grayscale: #E2E2E2. Windows color (decimal): -2104343 or 15328223. OLE color: 15328223.
HSL color Cylindrical-coordinate representation of color #DFE3E9: hue angle of 216º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE3E9 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 227 | 233 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.09 |
| HSL | 216º | 0.19% | 0.89% | - |
| HSV(B) | 216º | 0.04% | 0.91% | - |
| XYZ | 72.61 | 76.51 | 88.03 | - |
| YUV | 226.49 | 131.67 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 233 | 0.04 | 0.03 | 0 | 0.09 | 216 | 0.19 | 0.89 |
| Hex | DF | E3 | E9 | 4 | 3 | 0 | 9 | D8 | 13 | 59 |
| Octal | 337 | 343 | 351 | 4 | 3 | 0 | 11 | 330 | 23 | 131 |
| Binary | 11011111 | 11100011 | 11101001 | 100 | 11 | 0 | 1001 | 11011000 | 10011 | 1011001 |
Color Harmonies of #DFE3E9
Complementary color
Monochromatic Colors of #DFE3E9
Black with #DFE3E9
Text Example
Text Example
White with #DFE3E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE3E9; }
p { color: rgb(223,227,233); }
H1.HeaderClassName
{
color: #DFE3E9;
}
.AnyTagClassName
{
color: #DFE3E9;
}
</style>
background-color css
<style>
a { background-color: #DFE3E9; }
a { background-color: rgb(223,227,233); }
div.DivClassName
{
background-color: #DFE3E9;
}
.BgClassName
{
background-color: #DFE3E9;
}
</style>
border-color css
<style>
span { border-color: #DFE3E9; }
span { border-color: rgb(223,227,233); }
td.TdClassName
{
border-color: #DFE3E9;
}
.TagClassName
{
border-color: #DFE3E9;
}
</style>