Shades of Solitude #DFE9FC
Tints of Solitude #DFE9FC
RGB
CMYK
RGB Variations
Color information
#DFE9FC (or 0xDFE9FC) is known color: Solitude. HEX triplet: DF, E9 and FC. RGB value is (223,233,252). Sum of RGB (Red+Green+Blue) = 223+233+252=708 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.50% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #DFE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9FC is #201603. Grayscale: #E8E8E8. Windows color (decimal): -2102788 or 16574943. OLE color: 16574943.
HSL color Cylindrical-coordinate representation of color #DFE9FC: hue angle of 219.31º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE9FC is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 223 | 233 | 252 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.01 |
| HSL | 219.31º | 0.83% | 0.93% | - |
| HSV(B) | 219.31º | 0.12% | 0.99% | - |
| XYZ | 77.14 | 80.99 | 103.66 | - |
| YUV | 232.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 252 | 0.12 | 0.08 | 0 | 0.01 | 219.31 | 0.83 | 0.93 |
| Hex | DF | E9 | FC | C | 8 | 0 | 1 | DB | 53 | 5D |
| Octal | 337 | 351 | 374 | 14 | 10 | 0 | 1 | 333 | 123 | 135 |
| Binary | 11011111 | 11101001 | 11111100 | 1100 | 1000 | 0 | 1 | 11011011 | 1010011 | 1011101 |
Color Harmonies of #DFE9FC
Complementary color
Monochromatic Colors of #DFE9FC
Black with #DFE9FC
Text Example
Text Example
White with #DFE9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9FC; }
p { color: rgb(223,233,252); }
H1.HeaderClassName
{
color: #DFE9FC;
}
.AnyTagClassName
{
color: #DFE9FC;
}
</style>
background-color css
<style>
a { background-color: #DFE9FC; }
a { background-color: rgb(223,233,252); }
div.DivClassName
{
background-color: #DFE9FC;
}
.BgClassName
{
background-color: #DFE9FC;
}
</style>
border-color css
<style>
span { border-color: #DFE9FC; }
span { border-color: rgb(223,233,252); }
td.TdClassName
{
border-color: #DFE9FC;
}
.TagClassName
{
border-color: #DFE9FC;
}
</style>