Shades of Solitude #E5ECF3
Tints of Solitude #E5ECF3
RGB
CMYK
RGB Variations
Color information
#E5ECF3 (or 0xE5ECF3) is known color: Solitude. HEX triplet: E5, EC and F3. RGB value is (229,236,243). Sum of RGB (Red+Green+Blue) = 229+236+243=708 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.34% from 708); Green value is 236 (92.58% from 255 or 33.33% from 708); Blue value is 243 (95.31% from 255 or 34.32% from 708); Max value from RGB is 243 - color contains mainly: blue. Hex color #E5ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5ECF3 is #1A130C. Grayscale: #EAEAEA. Windows color (decimal): -1708813 or 15985893. OLE color: 15985893.
HSL color Cylindrical-coordinate representation of color #E5ECF3: hue angle of 210º degrees, saturation: 0.37, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E5ECF3 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 236 | 243 | - |
| CMYK | 0.06 | 0.03 | 0 | 0.05 |
| HSL | 210º | 0.37% | 0.93% | - |
| HSV(B) | 210º | 0.06% | 0.95% | - |
| XYZ | 78.49 | 83.12 | 96.7 | - |
| YUV | 234.71 | 132.68 | 123.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 243 | 0.06 | 0.03 | 0 | 0.05 | 210 | 0.37 | 0.93 |
| Hex | E5 | EC | F3 | 6 | 3 | 0 | 5 | D2 | 25 | 5D |
| Octal | 345 | 354 | 363 | 6 | 3 | 0 | 5 | 322 | 45 | 135 |
| Binary | 11100101 | 11101100 | 11110011 | 110 | 11 | 0 | 101 | 11010010 | 100101 | 1011101 |
Color Harmonies of #E5ECF3
Complementary color
Monochromatic Colors of #E5ECF3
Black with #E5ECF3
Text Example
Text Example
White with #E5ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5ECF3; }
p { color: rgb(229,236,243); }
H1.HeaderClassName
{
color: #E5ECF3;
}
.AnyTagClassName
{
color: #E5ECF3;
}
</style>
background-color css
<style>
a { background-color: #E5ECF3; }
a { background-color: rgb(229,236,243); }
div.DivClassName
{
background-color: #E5ECF3;
}
.BgClassName
{
background-color: #E5ECF3;
}
</style>
border-color css
<style>
span { border-color: #E5ECF3; }
span { border-color: rgb(229,236,243); }
td.TdClassName
{
border-color: #E5ECF3;
}
.TagClassName
{
border-color: #E5ECF3;
}
</style>