Shades of Solitude #E1EBFE
Tints of Solitude #E1EBFE
RGB
CMYK
RGB Variations
Color information
#E1EBFE (or 0xE1EBFE) is known color: Solitude. HEX triplet: E1, EB and FE. RGB value is (225,235,254). Sum of RGB (Red+Green+Blue) = 225+235+254=714 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.51% from 714); Green value is 235 (92.19% from 255 or 32.91% from 714); Blue value is 254 (99.61% from 255 or 35.57% from 714); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1EBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EBFE is #1E1401. Grayscale: #EAEAEA. Windows color (decimal): -1971202 or 16706529. OLE color: 16706529.
HSL color Cylindrical-coordinate representation of color #E1EBFE: hue angle of 219.31º 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 #E1EBFE is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 235 | 254 | - |
| CMYK | 0.11 | 0.07 | 0 | 0.00 |
| HSL | 219.31º | 0.94% | 0.94% | - |
| HSV(B) | 219.31º | 0.11% | 1% | - |
| XYZ | 78.65 | 82.58 | 105.56 | - |
| YUV | 234.18 | 139.19 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 254 | 0.11 | 0.07 | 0 | 0.00 | 219.31 | 0.94 | 0.94 |
| Hex | E1 | EB | FE | B | 7 | 0 | 0 | DB | 5E | 5E |
| Octal | 341 | 353 | 376 | 13 | 7 | 0 | 0 | 333 | 136 | 136 |
| Binary | 11100001 | 11101011 | 11111110 | 1011 | 111 | 0 | 0 | 11011011 | 1011110 | 1011110 |
Color Harmonies of #E1EBFE
Complementary color
Monochromatic Colors of #E1EBFE
Black with #E1EBFE
Text Example
Text Example
White with #E1EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBFE; }
p { color: rgb(225,235,254); }
H1.HeaderClassName
{
color: #E1EBFE;
}
.AnyTagClassName
{
color: #E1EBFE;
}
</style>
background-color css
<style>
a { background-color: #E1EBFE; }
a { background-color: rgb(225,235,254); }
div.DivClassName
{
background-color: #E1EBFE;
}
.BgClassName
{
background-color: #E1EBFE;
}
</style>
border-color css
<style>
span { border-color: #E1EBFE; }
span { border-color: rgb(225,235,254); }
td.TdClassName
{
border-color: #E1EBFE;
}
.TagClassName
{
border-color: #E1EBFE;
}
</style>