Shades of Solitude #DFE6F1
Tints of Solitude #DFE6F1
RGB
CMYK
RGB Variations
Color information
#DFE6F1 (or 0xDFE6F1) is known color: Solitude. HEX triplet: DF, E6 and F1. RGB value is (223,230,241). Sum of RGB (Red+Green+Blue) = 223+230+241=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 230 (90.23% from 255 or 33.14% from 694); Blue value is 241 (94.53% from 255 or 34.73% from 694); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE6F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFE6F1 is #20190E. Grayscale: #E5E5E5. Windows color (decimal): -2103567 or 15853279. OLE color: 15853279.
HSL color Cylindrical-coordinate representation of color #DFE6F1: hue angle of 216.67º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFE6F1 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 230 | 241 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.05 |
| HSL | 216.67º | 0.39% | 0.91% | - |
| HSV(B) | 216.67º | 0.07% | 0.95% | - |
| XYZ | 74.61 | 78.63 | 94.46 | - |
| YUV | 229.16 | 134.68 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 241 | 0.07 | 0.05 | 0 | 0.05 | 216.67 | 0.39 | 0.91 |
| Hex | DF | E6 | F1 | 7 | 5 | 0 | 5 | D9 | 27 | 5B |
| Octal | 337 | 346 | 361 | 7 | 5 | 0 | 5 | 331 | 47 | 133 |
| Binary | 11011111 | 11100110 | 11110001 | 111 | 101 | 0 | 101 | 11011001 | 100111 | 1011011 |
Color Harmonies of #DFE6F1
Complementary color
Monochromatic Colors of #DFE6F1
Black with #DFE6F1
Text Example
Text Example
White with #DFE6F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE6F1; }
p { color: rgb(223,230,241); }
H1.HeaderClassName
{
color: #DFE6F1;
}
.AnyTagClassName
{
color: #DFE6F1;
}
</style>
background-color css
<style>
a { background-color: #DFE6F1; }
a { background-color: rgb(223,230,241); }
div.DivClassName
{
background-color: #DFE6F1;
}
.BgClassName
{
background-color: #DFE6F1;
}
</style>
border-color css
<style>
span { border-color: #DFE6F1; }
span { border-color: rgb(223,230,241); }
td.TdClassName
{
border-color: #DFE6F1;
}
.TagClassName
{
border-color: #DFE6F1;
}
</style>