Shades of Solitude #E1ECFB
Tints of Solitude #E1ECFB
RGB
CMYK
RGB Variations
Color information
#E1ECFB (or 0xE1ECFB) is known color: Solitude. HEX triplet: E1, EC and FB. RGB value is (225,236,251). Sum of RGB (Red+Green+Blue) = 225+236+251=712 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.60% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #E1ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1ECFB is #1E1304. Grayscale: #EAEAEA. Windows color (decimal): -1970949 or 16510177. OLE color: 16510177.
HSL color Cylindrical-coordinate representation of color #E1ECFB: hue angle of 214.62º 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 #E1ECFB is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 225 | 236 | 251 | - |
| CMYK | 0.10 | 0.06 | 0 | 0.02 |
| HSL | 214.62º | 0.76% | 0.93% | - |
| HSV(B) | 214.62º | 0.1% | 0.98% | - |
| XYZ | 78.46 | 82.96 | 103.15 | - |
| YUV | 234.42 | 137.36 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 251 | 0.10 | 0.06 | 0 | 0.02 | 214.62 | 0.76 | 0.93 |
| Hex | E1 | EC | FB | A | 6 | 0 | 2 | D7 | 4C | 5D |
| Octal | 341 | 354 | 373 | 12 | 6 | 0 | 2 | 327 | 114 | 135 |
| Binary | 11100001 | 11101100 | 11111011 | 1010 | 110 | 0 | 10 | 11010111 | 1001100 | 1011101 |
Color Harmonies of #E1ECFB
Complementary color
Monochromatic Colors of #E1ECFB
Black with #E1ECFB
Text Example
Text Example
White with #E1ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECFB; }
p { color: rgb(225,236,251); }
H1.HeaderClassName
{
color: #E1ECFB;
}
.AnyTagClassName
{
color: #E1ECFB;
}
</style>
background-color css
<style>
a { background-color: #E1ECFB; }
a { background-color: rgb(225,236,251); }
div.DivClassName
{
background-color: #E1ECFB;
}
.BgClassName
{
background-color: #E1ECFB;
}
</style>
border-color css
<style>
span { border-color: #E1ECFB; }
span { border-color: rgb(225,236,251); }
td.TdClassName
{
border-color: #E1ECFB;
}
.TagClassName
{
border-color: #E1ECFB;
}
</style>