Shades of Solitude #DEE2E7
Tints of Solitude #DEE2E7
RGB
CMYK
RGB Variations
Color information
#DEE2E7 (or 0xDEE2E7) is known color: Solitude. HEX triplet: DE, E2 and E7. RGB value is (222,226,231). Sum of RGB (Red+Green+Blue) = 222+226+231=679 (89% of max value = 765). Red value is 222 (87.11% from 255 or 32.70% from 679); Green value is 226 (88.67% from 255 or 33.28% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEE2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE2E7 is #211D18. Grayscale: #E1E1E1. Windows color (decimal): -2170137 or 15196894. OLE color: 15196894.
HSL color Cylindrical-coordinate representation of color #DEE2E7: hue angle of 213.33º degrees, saturation: 0.16, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DEE2E7 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 226 | 231 | - |
CMYK | 0.04 | 0.02 | 0 | 0.09 |
HSL | 213.33º | 0.16% | 0.89% | - |
HSV(B) | 213.33º | 0.04% | 0.91% | - |
XYZ | 71.74 | 75.69 | 86.43 | - |
YUV | 225.37 | 131.17 | 125.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 226 | 231 | 0.04 | 0.02 | 0 | 0.09 | 213.33 | 0.16 | 0.89 |
Hex | DE | E2 | E7 | 4 | 2 | 0 | 9 | D5 | 10 | 59 |
Octal | 336 | 342 | 347 | 4 | 2 | 0 | 11 | 325 | 20 | 131 |
Binary | 11011110 | 11100010 | 11100111 | 100 | 10 | 0 | 1001 | 11010101 | 10000 | 1011001 |
Color Harmonies of #DEE2E7
Complementary color
Monochromatic Colors of #DEE2E7
Black with #DEE2E7
Text Example
Text Example
White with #DEE2E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE2E7; }
p { color: rgb(222,226,231); }
H1.HeaderClassName
{
color: #DEE2E7;
}
.AnyTagClassName
{
color: #DEE2E7;
}
</style>
background-color css
<style>
a { background-color: #DEE2E7; }
a { background-color: rgb(222,226,231); }
div.DivClassName
{
background-color: #DEE2E7;
}
.BgClassName
{
background-color: #DEE2E7;
}
</style>
border-color css
<style>
span { border-color: #DEE2E7; }
span { border-color: rgb(222,226,231); }
td.TdClassName
{
border-color: #DEE2E7;
}
.TagClassName
{
border-color: #DEE2E7;
}
</style>