Shades of Solitude #DFE4F0
Tints of Solitude #DFE4F0
RGB
CMYK
RGB Variations
Color information
#DFE4F0 (or 0xDFE4F0) is known color: Solitude. HEX triplet: DF, E4 and F0. RGB value is (223,228,240). Sum of RGB (Red+Green+Blue) = 223+228+240=691 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.27% from 691); Green value is 228 (89.45% from 255 or 33.00% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 240 - color contains mainly: blue. Hex color #DFE4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE4F0 is #201B0F. Grayscale: #E3E3E3. Windows color (decimal): -2104080 or 15787231. OLE color: 15787231.
HSL color Cylindrical-coordinate representation of color #DFE4F0: hue angle of 222.35º degrees, saturation: 0.36, 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 #DFE4F0 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 228 | 240 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.06 |
| HSL | 222.35º | 0.36% | 0.91% | - |
| HSV(B) | 222.35º | 0.07% | 0.94% | - |
| XYZ | 73.9 | 77.47 | 93.5 | - |
| YUV | 227.87 | 134.84 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 240 | 0.07 | 0.05 | 0 | 0.06 | 222.35 | 0.36 | 0.91 |
| Hex | DF | E4 | F0 | 7 | 5 | 0 | 6 | DE | 24 | 5B |
| Octal | 337 | 344 | 360 | 7 | 5 | 0 | 6 | 336 | 44 | 133 |
| Binary | 11011111 | 11100100 | 11110000 | 111 | 101 | 0 | 110 | 11011110 | 100100 | 1011011 |
Color Harmonies of #DFE4F0
Complementary color
Monochromatic Colors of #DFE4F0
Black with #DFE4F0
Text Example
Text Example
White with #DFE4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE4F0; }
p { color: rgb(223,228,240); }
H1.HeaderClassName
{
color: #DFE4F0;
}
.AnyTagClassName
{
color: #DFE4F0;
}
</style>
background-color css
<style>
a { background-color: #DFE4F0; }
a { background-color: rgb(223,228,240); }
div.DivClassName
{
background-color: #DFE4F0;
}
.BgClassName
{
background-color: #DFE4F0;
}
</style>
border-color css
<style>
span { border-color: #DFE4F0; }
span { border-color: rgb(223,228,240); }
td.TdClassName
{
border-color: #DFE4F0;
}
.TagClassName
{
border-color: #DFE4F0;
}
</style>