Shades of Solitude #E5ECFB
Tints of Solitude #E5ECFB
RGB
CMYK
RGB Variations
Color information
#E5ECFB (or 0xE5ECFB) is known color: Solitude. HEX triplet: E5, EC and FB. RGB value is (229,236,251). Sum of RGB (Red+Green+Blue) = 229+236+251=716 (94% of max value = 765). Red value is 229 (89.84% from 255 or 31.98% from 716); Green value is 236 (92.58% from 255 or 32.96% from 716); Blue value is 251 (98.44% from 255 or 35.06% from 716); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5ECFB is #1A1304. Grayscale: #EBEBEB. Windows color (decimal): -1708805 or 16510181. OLE color: 16510181.
HSL color Cylindrical-coordinate representation of color #E5ECFB: hue angle of 220.91º degrees, saturation: 0.73, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5ECFB is Cyan = 0.09, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 229 | 236 | 251 | - |
| CMYK | 0.09 | 0.06 | 0 | 0.02 |
| HSL | 220.91º | 0.73% | 0.94% | - |
| HSV(B) | 220.91º | 0.09% | 0.98% | - |
| XYZ | 79.72 | 83.61 | 103.2 | - |
| YUV | 235.62 | 136.68 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 251 | 0.09 | 0.06 | 0 | 0.02 | 220.91 | 0.73 | 0.94 |
| Hex | E5 | EC | FB | 9 | 6 | 0 | 2 | DD | 49 | 5E |
| Octal | 345 | 354 | 373 | 11 | 6 | 0 | 2 | 335 | 111 | 136 |
| Binary | 11100101 | 11101100 | 11111011 | 1001 | 110 | 0 | 10 | 11011101 | 1001001 | 1011110 |
Color Harmonies of #E5ECFB
Complementary color
Monochromatic Colors of #E5ECFB
Black with #E5ECFB
Text Example
Text Example
White with #E5ECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECFB; }
p { color: rgb(229,236,251); }
H1.HeaderClassName
{
color: #E5ECFB;
}
.AnyTagClassName
{
color: #E5ECFB;
}
</style>
background-color css
<style>
a { background-color: #E5ECFB; }
a { background-color: rgb(229,236,251); }
div.DivClassName
{
background-color: #E5ECFB;
}
.BgClassName
{
background-color: #E5ECFB;
}
</style>
border-color css
<style>
span { border-color: #E5ECFB; }
span { border-color: rgb(229,236,251); }
td.TdClassName
{
border-color: #E5ECFB;
}
.TagClassName
{
border-color: #E5ECFB;
}
</style>