Shades of Solitude #E1EEFE
Tints of Solitude #E1EEFE
RGB
CMYK
RGB Variations
Color information
#E1EEFE (or 0xE1EEFE) is known color: Solitude. HEX triplet: E1, EE and FE. RGB value is (225,238,254). Sum of RGB (Red+Green+Blue) = 225+238+254=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 238 (93.36% from 255 or 33.19% from 717); Blue value is 254 (99.61% from 255 or 35.43% from 717); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1EEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EEFE is #1E1101. Grayscale: #EBEBEB. Windows color (decimal): -1970434 or 16707297. OLE color: 16707297.
HSL color Cylindrical-coordinate representation of color #E1EEFE: hue angle of 213.1º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1EEFE is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 238 | 254 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.00 |
| HSL | 213.1º | 0.94% | 0.94% | - |
| HSV(B) | 213.1º | 0.11% | 1% | - |
| XYZ | 79.52 | 84.31 | 105.85 | - |
| YUV | 235.94 | 138.19 | 120.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 254 | 0.11 | 0.06 | 0 | 0.00 | 213.1 | 0.94 | 0.94 |
| Hex | E1 | EE | FE | B | 6 | 0 | 0 | D5 | 5E | 5E |
| Octal | 341 | 356 | 376 | 13 | 6 | 0 | 0 | 325 | 136 | 136 |
| Binary | 11100001 | 11101110 | 11111110 | 1011 | 110 | 0 | 0 | 11010101 | 1011110 | 1011110 |
Color Harmonies of #E1EEFE
Complementary color
Monochromatic Colors of #E1EEFE
Black with #E1EEFE
Text Example
Text Example
White with #E1EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEFE; }
p { color: rgb(225,238,254); }
H1.HeaderClassName
{
color: #E1EEFE;
}
.AnyTagClassName
{
color: #E1EEFE;
}
</style>
background-color css
<style>
a { background-color: #E1EEFE; }
a { background-color: rgb(225,238,254); }
div.DivClassName
{
background-color: #E1EEFE;
}
.BgClassName
{
background-color: #E1EEFE;
}
</style>
border-color css
<style>
span { border-color: #E1EEFE; }
span { border-color: rgb(225,238,254); }
td.TdClassName
{
border-color: #E1EEFE;
}
.TagClassName
{
border-color: #E1EEFE;
}
</style>