Shades of Solitude #DFE5EB
Tints of Solitude #DFE5EB
RGB
CMYK
RGB Variations
Color information
#DFE5EB (or 0xDFE5EB) is known color: Solitude. HEX triplet: DF, E5 and EB. RGB value is (223,229,235). Sum of RGB (Red+Green+Blue) = 223+229+235=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 235 (92.19% from 255 or 34.21% from 687); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE5EB is #201A14. Grayscale: #E3E3E3. Windows color (decimal): -2103829 or 15459807. OLE color: 15459807.
HSL color Cylindrical-coordinate representation of color #DFE5EB: hue angle of 210º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFE5EB is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 229 | 235 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.08 |
| HSL | 210º | 0.23% | 0.9% | - |
| HSV(B) | 210º | 0.05% | 0.92% | - |
| XYZ | 73.45 | 77.72 | 89.73 | - |
| YUV | 227.89 | 132.01 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 235 | 0.05 | 0.03 | 0 | 0.08 | 210 | 0.23 | 0.9 |
| Hex | DF | E5 | EB | 5 | 3 | 0 | 8 | D2 | 17 | 5A |
| Octal | 337 | 345 | 353 | 5 | 3 | 0 | 10 | 322 | 27 | 132 |
| Binary | 11011111 | 11100101 | 11101011 | 101 | 11 | 0 | 1000 | 11010010 | 10111 | 1011010 |
Color Harmonies of #DFE5EB
Complementary color
Monochromatic Colors of #DFE5EB
Black with #DFE5EB
Text Example
Text Example
White with #DFE5EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE5EB; }
p { color: rgb(223,229,235); }
H1.HeaderClassName
{
color: #DFE5EB;
}
.AnyTagClassName
{
color: #DFE5EB;
}
</style>
background-color css
<style>
a { background-color: #DFE5EB; }
a { background-color: rgb(223,229,235); }
div.DivClassName
{
background-color: #DFE5EB;
}
.BgClassName
{
background-color: #DFE5EB;
}
</style>
border-color css
<style>
span { border-color: #DFE5EB; }
span { border-color: rgb(223,229,235); }
td.TdClassName
{
border-color: #DFE5EB;
}
.TagClassName
{
border-color: #DFE5EB;
}
</style>