Shades of Solitude #DFE4EF
Tints of Solitude #DFE4EF
RGB
CMYK
RGB Variations
Color information
#DFE4EF (or 0xDFE4EF) is known color: Solitude. HEX triplet: DF, E4 and EF. RGB value is (223,228,239). Sum of RGB (Red+Green+Blue) = 223+228+239=690 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.32% from 690); Green value is 228 (89.45% from 255 or 33.04% from 690); Blue value is 239 (93.75% from 255 or 34.64% from 690); Max value from RGB is 239 - color contains mainly: blue. Hex color #DFE4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4EF is #201B10. Grayscale: #E3E3E3. Windows color (decimal): -2104081 or 15721695. OLE color: 15721695.
HSL color Cylindrical-coordinate representation of color #DFE4EF: hue angle of 221.25º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE4EF is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 228 | 239 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.06 |
| HSL | 221.25º | 0.33% | 0.91% | - |
| HSV(B) | 221.25º | 0.07% | 0.94% | - |
| XYZ | 73.75 | 77.41 | 92.72 | - |
| YUV | 227.76 | 134.34 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 239 | 0.07 | 0.05 | 0 | 0.06 | 221.25 | 0.33 | 0.91 |
| Hex | DF | E4 | EF | 7 | 5 | 0 | 6 | DD | 21 | 5B |
| Octal | 337 | 344 | 357 | 7 | 5 | 0 | 6 | 335 | 41 | 133 |
| Binary | 11011111 | 11100100 | 11101111 | 111 | 101 | 0 | 110 | 11011101 | 100001 | 1011011 |
Color Harmonies of #DFE4EF
Complementary color
Monochromatic Colors of #DFE4EF
Black with #DFE4EF
Text Example
Text Example
White with #DFE4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4EF; }
p { color: rgb(223,228,239); }
H1.HeaderClassName
{
color: #DFE4EF;
}
.AnyTagClassName
{
color: #DFE4EF;
}
</style>
background-color css
<style>
a { background-color: #DFE4EF; }
a { background-color: rgb(223,228,239); }
div.DivClassName
{
background-color: #DFE4EF;
}
.BgClassName
{
background-color: #DFE4EF;
}
</style>
border-color css
<style>
span { border-color: #DFE4EF; }
span { border-color: rgb(223,228,239); }
td.TdClassName
{
border-color: #DFE4EF;
}
.TagClassName
{
border-color: #DFE4EF;
}
</style>