Shades of Solitude #DFE9FE
Tints of Solitude #DFE9FE
RGB
CMYK
RGB Variations
Color information
#DFE9FE (or 0xDFE9FE) is known color: Solitude. HEX triplet: DF, E9 and FE. RGB value is (223,233,254). Sum of RGB (Red+Green+Blue) = 223+233+254=710 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.41% from 710); Green value is 233 (91.41% from 255 or 32.82% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #DFE9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE9FE is #201601. Grayscale: #E8E8E8. Windows color (decimal): -2102786 or 16706015. OLE color: 16706015.
HSL color Cylindrical-coordinate representation of color #DFE9FE: hue angle of 220.65º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFE9FE is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 233 | 254 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.00 |
| HSL | 220.65º | 0.94% | 0.94% | - |
| HSV(B) | 220.65º | 0.12% | 1% | - |
| XYZ | 77.46 | 81.12 | 105.34 | - |
| YUV | 232.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 254 | 0.12 | 0.08 | 0 | 0.00 | 220.65 | 0.94 | 0.94 |
| Hex | DF | E9 | FE | C | 8 | 0 | 0 | DD | 5E | 5E |
| Octal | 337 | 351 | 376 | 14 | 10 | 0 | 0 | 335 | 136 | 136 |
| Binary | 11011111 | 11101001 | 11111110 | 1100 | 1000 | 0 | 0 | 11011101 | 1011110 | 1011110 |
Color Harmonies of #DFE9FE
Complementary color
Monochromatic Colors of #DFE9FE
Black with #DFE9FE
Text Example
Text Example
White with #DFE9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE9FE; }
p { color: rgb(223,233,254); }
H1.HeaderClassName
{
color: #DFE9FE;
}
.AnyTagClassName
{
color: #DFE9FE;
}
</style>
background-color css
<style>
a { background-color: #DFE9FE; }
a { background-color: rgb(223,233,254); }
div.DivClassName
{
background-color: #DFE9FE;
}
.BgClassName
{
background-color: #DFE9FE;
}
</style>
border-color css
<style>
span { border-color: #DFE9FE; }
span { border-color: rgb(223,233,254); }
td.TdClassName
{
border-color: #DFE9FE;
}
.TagClassName
{
border-color: #DFE9FE;
}
</style>