Shades of Solitude #DEE3EA
Tints of Solitude #DEE3EA
RGB
CMYK
RGB Variations
Color information
#DEE3EA (or 0xDEE3EA) is known color: Solitude. HEX triplet: DE, E3 and EA. RGB value is (222,227,234). Sum of RGB (Red+Green+Blue) = 222+227+234=683 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.50% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 234 (91.80% from 255 or 34.26% from 683); Max value from RGB is 234 - color contains mainly: blue. Hex color #DEE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEE3EA is #211C15. Grayscale: #E2E2E2. Windows color (decimal): -2169878 or 15393758. OLE color: 15393758.
HSL color Cylindrical-coordinate representation of color #DEE3EA: hue angle of 215º degrees, saturation: 0.22, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DEE3EA is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 227 | 234 | - |
| CMYK | 0.05 | 0.03 | 0 | 0.08 |
| HSL | 215º | 0.22% | 0.89% | - |
| HSV(B) | 215º | 0.05% | 0.92% | - |
| XYZ | 72.44 | 76.41 | 88.77 | - |
| YUV | 226.3 | 132.34 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 227 | 234 | 0.05 | 0.03 | 0 | 0.08 | 215 | 0.22 | 0.89 |
| Hex | DE | E3 | EA | 5 | 3 | 0 | 8 | D7 | 16 | 59 |
| Octal | 336 | 343 | 352 | 5 | 3 | 0 | 10 | 327 | 26 | 131 |
| Binary | 11011110 | 11100011 | 11101010 | 101 | 11 | 0 | 1000 | 11010111 | 10110 | 1011001 |
Color Harmonies of #DEE3EA
Complementary color
Monochromatic Colors of #DEE3EA
Black with #DEE3EA
Text Example
Text Example
White with #DEE3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE3EA; }
p { color: rgb(222,227,234); }
H1.HeaderClassName
{
color: #DEE3EA;
}
.AnyTagClassName
{
color: #DEE3EA;
}
</style>
background-color css
<style>
a { background-color: #DEE3EA; }
a { background-color: rgb(222,227,234); }
div.DivClassName
{
background-color: #DEE3EA;
}
.BgClassName
{
background-color: #DEE3EA;
}
</style>
border-color css
<style>
span { border-color: #DEE3EA; }
span { border-color: rgb(222,227,234); }
td.TdClassName
{
border-color: #DEE3EA;
}
.TagClassName
{
border-color: #DEE3EA;
}
</style>