Shades of Solitude #E1EEFF
Tints of Solitude #E1EEFF
RGB
CMYK
RGB Variations
Color information
#E1EEFF (or 0xE1EEFF) is known color: Solitude. HEX triplet: E1, EE and FF. RGB value is (225,238,255). Sum of RGB (Red+Green+Blue) = 225+238+255=718 (95% of max value = 765). Red value is 225 (88.28% from 255 or 31.34% from 718); Green value is 238 (93.36% from 255 or 33.15% from 718); Blue value is 255 (100% from 255 or 35.52% from 718); Max value from RGB is 255 - color contains mainly: blue. Hex color #E1EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EEFF is #1E1100. Grayscale: #EBEBEB. Windows color (decimal): -1970433 or 16772833. OLE color: 16772833.
HSL color Cylindrical-coordinate representation of color #E1EEFF: hue angle of 214º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1EEFF is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 225 | 238 | 255 | - |
| CMYK | 0.12 | 0.07 | 0 | 0 |
| HSL | 214º | 1% | 0.94% | - |
| HSV(B) | 214º | 0.12% | 1% | - |
| XYZ | 79.68 | 84.38 | 106.69 | - |
| YUV | 236.05 | 138.69 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 255 | 0.12 | 0.07 | 0 | 0 | 214 | 1 | 0.94 |
| Hex | E1 | EE | FF | C | 7 | 0 | 0 | D6 | 64 | 5E |
| Octal | 341 | 356 | 377 | 14 | 7 | 0 | 0 | 326 | 144 | 136 |
| Binary | 11100001 | 11101110 | 11111111 | 1100 | 111 | 0 | 0 | 11010110 | 1100100 | 1011110 |
Color Harmonies of #E1EEFF
Complementary color
Monochromatic Colors of #E1EEFF
Black with #E1EEFF
Text Example
Text Example
White with #E1EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEFF; }
p { color: rgb(225,238,255); }
H1.HeaderClassName
{
color: #E1EEFF;
}
.AnyTagClassName
{
color: #E1EEFF;
}
</style>
background-color css
<style>
a { background-color: #E1EEFF; }
a { background-color: rgb(225,238,255); }
div.DivClassName
{
background-color: #E1EEFF;
}
.BgClassName
{
background-color: #E1EEFF;
}
</style>
border-color css
<style>
span { border-color: #E1EEFF; }
span { border-color: rgb(225,238,255); }
td.TdClassName
{
border-color: #E1EEFF;
}
.TagClassName
{
border-color: #E1EEFF;
}
</style>