Shades of Solitude #E1EAFE
Tints of Solitude #E1EAFE
RGB
CMYK
RGB Variations
Color information
#E1EAFE (or 0xE1EAFE) is known color: Solitude. HEX triplet: E1, EA and FE. RGB value is (225,234,254). Sum of RGB (Red+Green+Blue) = 225+234+254=713 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.56% from 713); Green value is 234 (91.80% from 255 or 32.82% from 713); Blue value is 254 (99.61% from 255 or 35.62% from 713); Max value from RGB is 254 - color contains mainly: blue. Hex color #E1EAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAFE is #1E1501. Grayscale: #E9E9E9. Windows color (decimal): -1971458 or 16706273. OLE color: 16706273.
HSL color Cylindrical-coordinate representation of color #E1EAFE: hue angle of 221.38º 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 #E1EAFE is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 225 | 234 | 254 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.00 |
| HSL | 221.38º | 0.94% | 0.94% | - |
| HSV(B) | 221.38º | 0.11% | 1% | - |
| XYZ | 78.36 | 82.01 | 105.47 | - |
| YUV | 233.59 | 139.52 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 254 | 0.11 | 0.08 | 0 | 0.00 | 221.38 | 0.94 | 0.94 |
| Hex | E1 | EA | FE | B | 8 | 0 | 0 | DD | 5E | 5E |
| Octal | 341 | 352 | 376 | 13 | 10 | 0 | 0 | 335 | 136 | 136 |
| Binary | 11100001 | 11101010 | 11111110 | 1011 | 1000 | 0 | 0 | 11011101 | 1011110 | 1011110 |
Color Harmonies of #E1EAFE
Complementary color
Monochromatic Colors of #E1EAFE
Black with #E1EAFE
Text Example
Text Example
White with #E1EAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAFE; }
p { color: rgb(225,234,254); }
H1.HeaderClassName
{
color: #E1EAFE;
}
.AnyTagClassName
{
color: #E1EAFE;
}
</style>
background-color css
<style>
a { background-color: #E1EAFE; }
a { background-color: rgb(225,234,254); }
div.DivClassName
{
background-color: #E1EAFE;
}
.BgClassName
{
background-color: #E1EAFE;
}
</style>
border-color css
<style>
span { border-color: #E1EAFE; }
span { border-color: rgb(225,234,254); }
td.TdClassName
{
border-color: #E1EAFE;
}
.TagClassName
{
border-color: #E1EAFE;
}
</style>