Shades of Solitude #DFE9FA
Tints of Solitude #DFE9FA
RGB
CMYK
RGB Variations
Color information
#DFE9FA (or 0xDFE9FA) is known color: Solitude. HEX triplet: DF, E9 and FA. RGB value is (223,233,250). Sum of RGB (Red+Green+Blue) = 223+233+250=706 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.59% from 706); Green value is 233 (91.41% from 255 or 33.00% from 706); Blue value is 250 (98.05% from 255 or 35.41% from 706); Max value from RGB is 250 - color contains mainly: blue. Hex color #DFE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9FA is #201605. Grayscale: #E7E7E7. Windows color (decimal): -2102790 or 16443871. OLE color: 16443871.
HSL color Cylindrical-coordinate representation of color #DFE9FA: hue angle of 217.78º 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 #DFE9FA is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 223 | 233 | 250 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.02 |
| HSL | 217.78º | 0.73% | 0.93% | - |
| HSV(B) | 217.78º | 0.11% | 0.98% | - |
| XYZ | 76.83 | 80.87 | 102 | - |
| YUV | 231.95 | 138.19 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 250 | 0.11 | 0.07 | 0 | 0.02 | 217.78 | 0.73 | 0.93 |
| Hex | DF | E9 | FA | B | 7 | 0 | 2 | DA | 49 | 5D |
| Octal | 337 | 351 | 372 | 13 | 7 | 0 | 2 | 332 | 111 | 135 |
| Binary | 11011111 | 11101001 | 11111010 | 1011 | 111 | 0 | 10 | 11011010 | 1001001 | 1011101 |
Color Harmonies of #DFE9FA
Complementary color
Monochromatic Colors of #DFE9FA
Black with #DFE9FA
Text Example
Text Example
White with #DFE9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9FA; }
p { color: rgb(223,233,250); }
H1.HeaderClassName
{
color: #DFE9FA;
}
.AnyTagClassName
{
color: #DFE9FA;
}
</style>
background-color css
<style>
a { background-color: #DFE9FA; }
a { background-color: rgb(223,233,250); }
div.DivClassName
{
background-color: #DFE9FA;
}
.BgClassName
{
background-color: #DFE9FA;
}
</style>
border-color css
<style>
span { border-color: #DFE9FA; }
span { border-color: rgb(223,233,250); }
td.TdClassName
{
border-color: #DFE9FA;
}
.TagClassName
{
border-color: #DFE9FA;
}
</style>