Shades of Solitude #DFE5F1
Tints of Solitude #DFE5F1
RGB
CMYK
RGB Variations
Color information
#DFE5F1 (or 0xDFE5F1) is known color: Solitude. HEX triplet: DF, E5 and F1. RGB value is (223,229,241). Sum of RGB (Red+Green+Blue) = 223+229+241=693 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.18% from 693); Green value is 229 (89.84% from 255 or 33.04% from 693); Blue value is 241 (94.53% from 255 or 34.78% from 693); Max value from RGB is 241 - color contains mainly: blue. Hex color #DFE5F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5F1 is #201A0E. Grayscale: #E4E4E4. Windows color (decimal): -2103823 or 15853023. OLE color: 15853023.
HSL color Cylindrical-coordinate representation of color #DFE5F1: hue angle of 220º 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 #DFE5F1 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 223 | 229 | 241 | - |
| CMYK | 0.07 | 0.05 | 0 | 0.05 |
| HSL | 220º | 0.39% | 0.91% | - |
| HSV(B) | 220º | 0.07% | 0.95% | - |
| XYZ | 74.33 | 78.08 | 94.37 | - |
| YUV | 228.57 | 135.01 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 241 | 0.07 | 0.05 | 0 | 0.05 | 220 | 0.39 | 0.91 |
| Hex | DF | E5 | F1 | 7 | 5 | 0 | 5 | DC | 27 | 5B |
| Octal | 337 | 345 | 361 | 7 | 5 | 0 | 5 | 334 | 47 | 133 |
| Binary | 11011111 | 11100101 | 11110001 | 111 | 101 | 0 | 101 | 11011100 | 100111 | 1011011 |
Color Harmonies of #DFE5F1
Complementary color
Monochromatic Colors of #DFE5F1
Black with #DFE5F1
Text Example
Text Example
White with #DFE5F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5F1; }
p { color: rgb(223,229,241); }
H1.HeaderClassName
{
color: #DFE5F1;
}
.AnyTagClassName
{
color: #DFE5F1;
}
</style>
background-color css
<style>
a { background-color: #DFE5F1; }
a { background-color: rgb(223,229,241); }
div.DivClassName
{
background-color: #DFE5F1;
}
.BgClassName
{
background-color: #DFE5F1;
}
</style>
border-color css
<style>
span { border-color: #DFE5F1; }
span { border-color: rgb(223,229,241); }
td.TdClassName
{
border-color: #DFE5F1;
}
.TagClassName
{
border-color: #DFE5F1;
}
</style>