Shades of Solitude #E1EAFB
Tints of Solitude #E1EAFB
RGB
CMYK
RGB Variations
Color information
#E1EAFB (or 0xE1EAFB) is known color: Solitude. HEX triplet: E1, EA and FB. RGB value is (225,234,251). Sum of RGB (Red+Green+Blue) = 225+234+251=710 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.69% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1EAFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1EAFB is #1E1504. Grayscale: #E9E9E9. Windows color (decimal): -1971461 or 16509665. OLE color: 16509665.
HSL color Cylindrical-coordinate representation of color #E1EAFB: hue angle of 219.23º degrees, saturation: 0.76, 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 #E1EAFB is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 234 | 251 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.02 |
| HSL | 219.23º | 0.76% | 0.93% | - |
| HSV(B) | 219.23º | 0.1% | 0.98% | - |
| XYZ | 77.89 | 81.82 | 102.95 | - |
| YUV | 233.25 | 138.02 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 251 | 0.10 | 0.07 | 0 | 0.02 | 219.23 | 0.76 | 0.93 |
| Hex | E1 | EA | FB | A | 7 | 0 | 2 | DB | 4C | 5D |
| Octal | 341 | 352 | 373 | 12 | 7 | 0 | 2 | 333 | 114 | 135 |
| Binary | 11100001 | 11101010 | 11111011 | 1010 | 111 | 0 | 10 | 11011011 | 1001100 | 1011101 |
Color Harmonies of #E1EAFB
Complementary color
Monochromatic Colors of #E1EAFB
Black with #E1EAFB
Text Example
Text Example
White with #E1EAFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAFB; }
p { color: rgb(225,234,251); }
H1.HeaderClassName
{
color: #E1EAFB;
}
.AnyTagClassName
{
color: #E1EAFB;
}
</style>
background-color css
<style>
a { background-color: #E1EAFB; }
a { background-color: rgb(225,234,251); }
div.DivClassName
{
background-color: #E1EAFB;
}
.BgClassName
{
background-color: #E1EAFB;
}
</style>
border-color css
<style>
span { border-color: #E1EAFB; }
span { border-color: rgb(225,234,251); }
td.TdClassName
{
border-color: #E1EAFB;
}
.TagClassName
{
border-color: #E1EAFB;
}
</style>