Shades of Solitude #E5ECFF
Tints of Solitude #E5ECFF
RGB
CMYK
RGB Variations
Color information
#E5ECFF (or 0xE5ECFF) is known color: Solitude. HEX triplet: E5, EC and FF. RGB value is (229,236,255). Sum of RGB (Red+Green+Blue) = 229+236+255=720 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.81% from 720); Green value is 236 (92.58% from 255 or 32.78% from 720); Blue value is 255 (100% from 255 or 35.42% from 720); Max value from RGB is 255 - color contains mainly: blue. Hex color #E5ECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5ECFF is #1A1300. Grayscale: #EBEBEB. Windows color (decimal): -1708801 or 16772325. OLE color: 16772325.
HSL color Cylindrical-coordinate representation of color #E5ECFF: hue angle of 223.85º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5ECFF is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 229 | 236 | 255 | - |
| CMYK | 0.10 | 0.07 | 0 | 0 |
| HSL | 223.85º | 1% | 0.95% | - |
| HSV(B) | 223.85º | 0.1% | 1% | - |
| XYZ | 80.36 | 83.87 | 106.56 | - |
| YUV | 236.07 | 138.68 | 122.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 255 | 0.10 | 0.07 | 0 | 0 | 223.85 | 1 | 0.95 |
| Hex | E5 | EC | FF | A | 7 | 0 | 0 | E0 | 64 | 5F |
| Octal | 345 | 354 | 377 | 12 | 7 | 0 | 0 | 340 | 144 | 137 |
| Binary | 11100101 | 11101100 | 11111111 | 1010 | 111 | 0 | 0 | 11100000 | 1100100 | 1011111 |
Color Harmonies of #E5ECFF
Complementary color
Monochromatic Colors of #E5ECFF
Black with #E5ECFF
Text Example
Text Example
White with #E5ECFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECFF; }
p { color: rgb(229,236,255); }
H1.HeaderClassName
{
color: #E5ECFF;
}
.AnyTagClassName
{
color: #E5ECFF;
}
</style>
background-color css
<style>
a { background-color: #E5ECFF; }
a { background-color: rgb(229,236,255); }
div.DivClassName
{
background-color: #E5ECFF;
}
.BgClassName
{
background-color: #E5ECFF;
}
</style>
border-color css
<style>
span { border-color: #E5ECFF; }
span { border-color: rgb(229,236,255); }
td.TdClassName
{
border-color: #E5ECFF;
}
.TagClassName
{
border-color: #E5ECFF;
}
</style>