Shades of Solitude #DFE2E7
Tints of Solitude #DFE2E7
RGB
CMYK
RGB Variations
Color information
#DFE2E7 (or 0xDFE2E7) is known color: Solitude. HEX triplet: DF, E2 and E7. RGB value is (223,226,231). Sum of RGB (Red+Green+Blue) = 223+226+231=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 226 (88.67% from 255 or 33.24% from 680); Blue value is 231 (90.62% from 255 or 33.97% from 680); Max value from RGB is 231 - color contains mainly: blue. Hex color #DFE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFE2E7 is #201D18. Grayscale: #E1E1E1. Windows color (decimal): -2104601 or 15196895. OLE color: 15196895.
HSL color Cylindrical-coordinate representation of color #DFE2E7: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DFE2E7 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 226 | 231 | - |
CMYK | 0.03 | 0.02 | 0 | 0.09 |
HSL | 217.5º | 0.14% | 0.89% | - |
HSV(B) | 217.5º | 0.03% | 0.91% | - |
XYZ | 72.05 | 75.85 | 86.44 | - |
YUV | 225.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 226 | 231 | 0.03 | 0.02 | 0 | 0.09 | 217.5 | 0.14 | 0.89 |
Hex | DF | E2 | E7 | 3 | 2 | 0 | 9 | DA | E | 59 |
Octal | 337 | 342 | 347 | 3 | 2 | 0 | 11 | 332 | 16 | 131 |
Binary | 11011111 | 11100010 | 11100111 | 11 | 10 | 0 | 1001 | 11011010 | 1110 | 1011001 |
Color Harmonies of #DFE2E7
Complementary color
Monochromatic Colors of #DFE2E7
Black with #DFE2E7
Text Example
Text Example
White with #DFE2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE2E7; }
p { color: rgb(223,226,231); }
H1.HeaderClassName
{
color: #DFE2E7;
}
.AnyTagClassName
{
color: #DFE2E7;
}
</style>
background-color css
<style>
a { background-color: #DFE2E7; }
a { background-color: rgb(223,226,231); }
div.DivClassName
{
background-color: #DFE2E7;
}
.BgClassName
{
background-color: #DFE2E7;
}
</style>
border-color css
<style>
span { border-color: #DFE2E7; }
span { border-color: rgb(223,226,231); }
td.TdClassName
{
border-color: #DFE2E7;
}
.TagClassName
{
border-color: #DFE2E7;
}
</style>