Shades of Solitude #E9EEF2
Tints of Solitude #E9EEF2
RGB
CMYK
RGB Variations
Color information
#E9EEF2 (or 0xE9EEF2) is known color: Solitude. HEX triplet: E9, EE and F2. RGB value is (233,238,242). Sum of RGB (Red+Green+Blue) = 233+238+242=713 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.68% from 713); Green value is 238 (93.36% from 255 or 33.38% from 713); Blue value is 242 (94.92% from 255 or 33.94% from 713); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9EEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EEF2 is #16110D. Grayscale: #ECECEC. Windows color (decimal): -1446158 or 15920873. OLE color: 15920873.
HSL color Cylindrical-coordinate representation of color #E9EEF2: hue angle of 206.67º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9EEF2 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 233 | 238 | 242 | - |
| CMYK | 0.04 | 0.02 | 0 | 0.05 |
| HSL | 206.67º | 0.26% | 0.93% | - |
| HSV(B) | 206.67º | 0.04% | 0.95% | - |
| XYZ | 80.21 | 84.88 | 96.16 | - |
| YUV | 236.96 | 130.84 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 238 | 242 | 0.04 | 0.02 | 0 | 0.05 | 206.67 | 0.26 | 0.93 |
| Hex | E9 | EE | F2 | 4 | 2 | 0 | 5 | CF | 1A | 5D |
| Octal | 351 | 356 | 362 | 4 | 2 | 0 | 5 | 317 | 32 | 135 |
| Binary | 11101001 | 11101110 | 11110010 | 100 | 10 | 0 | 101 | 11001111 | 11010 | 1011101 |
Color Harmonies of #E9EEF2
Complementary color
Monochromatic Colors of #E9EEF2
Black with #E9EEF2
Text Example
Text Example
White with #E9EEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EEF2; }
p { color: rgb(233,238,242); }
H1.HeaderClassName
{
color: #E9EEF2;
}
.AnyTagClassName
{
color: #E9EEF2;
}
</style>
background-color css
<style>
a { background-color: #E9EEF2; }
a { background-color: rgb(233,238,242); }
div.DivClassName
{
background-color: #E9EEF2;
}
.BgClassName
{
background-color: #E9EEF2;
}
</style>
border-color css
<style>
span { border-color: #E9EEF2; }
span { border-color: rgb(233,238,242); }
td.TdClassName
{
border-color: #E9EEF2;
}
.TagClassName
{
border-color: #E9EEF2;
}
</style>