Shades of Solitude #DFE4EE
Tints of Solitude #DFE4EE
RGB
CMYK
RGB Variations
Color information
#DFE4EE (or 0xDFE4EE) is known color: Solitude. HEX triplet: DF, E4 and EE. RGB value is (223,228,238). Sum of RGB (Red+Green+Blue) = 223+228+238=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 228 (89.45% from 255 or 33.09% from 689); Blue value is 238 (93.36% from 255 or 34.54% from 689); Max value from RGB is 238 - color contains mainly: blue. Hex color #DFE4EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4EE is #201B11. Grayscale: #E3E3E3. Windows color (decimal): -2104082 or 15656159. OLE color: 15656159.
HSL color Cylindrical-coordinate representation of color #DFE4EE: hue angle of 220º degrees, saturation: 0.31, 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 #DFE4EE is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 228 | 238 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.07 |
| HSL | 220º | 0.31% | 0.9% | - |
| HSV(B) | 220º | 0.06% | 0.93% | - |
| XYZ | 73.61 | 77.35 | 91.94 | - |
| YUV | 227.65 | 133.84 | 124.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 238 | 0.06 | 0.04 | 0 | 0.07 | 220 | 0.31 | 0.9 |
| Hex | DF | E4 | EE | 6 | 4 | 0 | 7 | DC | 1F | 5A |
| Octal | 337 | 344 | 356 | 6 | 4 | 0 | 7 | 334 | 37 | 132 |
| Binary | 11011111 | 11100100 | 11101110 | 110 | 100 | 0 | 111 | 11011100 | 11111 | 1011010 |
Color Harmonies of #DFE4EE
Complementary color
Monochromatic Colors of #DFE4EE
Black with #DFE4EE
Text Example
Text Example
White with #DFE4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4EE; }
p { color: rgb(223,228,238); }
H1.HeaderClassName
{
color: #DFE4EE;
}
.AnyTagClassName
{
color: #DFE4EE;
}
</style>
background-color css
<style>
a { background-color: #DFE4EE; }
a { background-color: rgb(223,228,238); }
div.DivClassName
{
background-color: #DFE4EE;
}
.BgClassName
{
background-color: #DFE4EE;
}
</style>
border-color css
<style>
span { border-color: #DFE4EE; }
span { border-color: rgb(223,228,238); }
td.TdClassName
{
border-color: #DFE4EE;
}
.TagClassName
{
border-color: #DFE4EE;
}
</style>