Shades of Solitude #DFE8FA
Tints of Solitude #DFE8FA
RGB
CMYK
RGB Variations
Color information
#DFE8FA (or 0xDFE8FA) is known color: Solitude. HEX triplet: DF, E8 and FA. RGB value is (223,232,250). Sum of RGB (Red+Green+Blue) = 223+232+250=705 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.63% from 705); Green value is 232 (91.02% from 255 or 32.91% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE8FA is #201705. Grayscale: #E7E7E7. Windows color (decimal): -2103046 or 16443615. OLE color: 16443615.
HSL color Cylindrical-coordinate representation of color #DFE8FA: hue angle of 220º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFE8FA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 232 | 250 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.02 |
| HSL | 220º | 0.73% | 0.93% | - |
| HSV(B) | 220º | 0.11% | 0.98% | - |
| XYZ | 76.54 | 80.3 | 101.91 | - |
| YUV | 231.36 | 138.52 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 250 | 0.11 | 0.07 | 0 | 0.02 | 220 | 0.73 | 0.93 |
| Hex | DF | E8 | FA | B | 7 | 0 | 2 | DC | 49 | 5D |
| Octal | 337 | 350 | 372 | 13 | 7 | 0 | 2 | 334 | 111 | 135 |
| Binary | 11011111 | 11101000 | 11111010 | 1011 | 111 | 0 | 10 | 11011100 | 1001001 | 1011101 |
Color Harmonies of #DFE8FA
Complementary color
Monochromatic Colors of #DFE8FA
Black with #DFE8FA
Text Example
Text Example
White with #DFE8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE8FA; }
p { color: rgb(223,232,250); }
H1.HeaderClassName
{
color: #DFE8FA;
}
.AnyTagClassName
{
color: #DFE8FA;
}
</style>
background-color css
<style>
a { background-color: #DFE8FA; }
a { background-color: rgb(223,232,250); }
div.DivClassName
{
background-color: #DFE8FA;
}
.BgClassName
{
background-color: #DFE8FA;
}
</style>
border-color css
<style>
span { border-color: #DFE8FA; }
span { border-color: rgb(223,232,250); }
td.TdClassName
{
border-color: #DFE8FA;
}
.TagClassName
{
border-color: #DFE8FA;
}
</style>