Shades of Solitude #E1EAFA
Tints of Solitude #E1EAFA
RGB
CMYK
RGB Variations
Color information
#E1EAFA (or 0xE1EAFA) is known color: Solitude. HEX triplet: E1, EA and FA. RGB value is (225,234,250). Sum of RGB (Red+Green+Blue) = 225+234+250=709 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.73% from 709); Green value is 234 (91.80% from 255 or 33.00% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #E1EAFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAFA is #1E1505. Grayscale: #E9E9E9. Windows color (decimal): -1971462 or 16444129. OLE color: 16444129.
HSL color Cylindrical-coordinate representation of color #E1EAFA: hue angle of 218.4º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1EAFA is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 234 | 250 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.02 |
| HSL | 218.4º | 0.71% | 0.93% | - |
| HSV(B) | 218.4º | 0.1% | 0.98% | - |
| XYZ | 77.73 | 81.76 | 102.13 | - |
| YUV | 233.13 | 137.52 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 250 | 0.10 | 0.06 | 0 | 0.02 | 218.4 | 0.71 | 0.93 |
| Hex | E1 | EA | FA | A | 6 | 0 | 2 | DA | 47 | 5D |
| Octal | 341 | 352 | 372 | 12 | 6 | 0 | 2 | 332 | 107 | 135 |
| Binary | 11100001 | 11101010 | 11111010 | 1010 | 110 | 0 | 10 | 11011010 | 1000111 | 1011101 |
Color Harmonies of #E1EAFA
Complementary color
Monochromatic Colors of #E1EAFA
Black with #E1EAFA
Text Example
Text Example
White with #E1EAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAFA; }
p { color: rgb(225,234,250); }
H1.HeaderClassName
{
color: #E1EAFA;
}
.AnyTagClassName
{
color: #E1EAFA;
}
</style>
background-color css
<style>
a { background-color: #E1EAFA; }
a { background-color: rgb(225,234,250); }
div.DivClassName
{
background-color: #E1EAFA;
}
.BgClassName
{
background-color: #E1EAFA;
}
</style>
border-color css
<style>
span { border-color: #E1EAFA; }
span { border-color: rgb(225,234,250); }
td.TdClassName
{
border-color: #E1EAFA;
}
.TagClassName
{
border-color: #E1EAFA;
}
</style>