Shades of Tranquil #E0ECEA
Tints of Tranquil #E0ECEA
RGB
CMYK
RGB Variations
Color information
#E0ECEA (or 0xE0ECEA) is known color: Tranquil. HEX triplet: E0, EC and EA. RGB value is (224,236,234). Sum of RGB (Red+Green+Blue) = 224+236+234=694 (91% of max value = 765). Red value is 224 (87.89% from 255 or 32.28% from 694); Green value is 236 (92.58% from 255 or 34.01% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0ECEA is #1F1315. Grayscale: #E8E8E8. Windows color (decimal): -2036502 or 15396064. OLE color: 15396064.
HSL color Cylindrical-coordinate representation of color #E0ECEA: hue angle of 170º degrees, saturation: 0.24, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E0ECEA is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 234 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.07 |
| HSL | 170º | 0.24% | 0.9% | - |
| HSV(B) | 170º | 0.05% | 0.93% | - |
| XYZ | 75.59 | 81.78 | 89.64 | - |
| YUV | 232.18 | 129.02 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 234 | 0.05 | 0 | 0.01 | 0.07 | 170 | 0.24 | 0.9 |
| Hex | E0 | EC | EA | 5 | 0 | 1 | 7 | AA | 18 | 5A |
| Octal | 340 | 354 | 352 | 5 | 0 | 1 | 7 | 252 | 30 | 132 |
| Binary | 11100000 | 11101100 | 11101010 | 101 | 0 | 1 | 111 | 10101010 | 11000 | 1011010 |
Color Harmonies of #E0ECEA
Complementary color
Monochromatic Colors of #E0ECEA
Black with #E0ECEA
Text Example
Text Example
White with #E0ECEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECEA; }
p { color: rgb(224,236,234); }
H1.HeaderClassName
{
color: #E0ECEA;
}
.AnyTagClassName
{
color: #E0ECEA;
}
</style>
background-color css
<style>
a { background-color: #E0ECEA; }
a { background-color: rgb(224,236,234); }
div.DivClassName
{
background-color: #E0ECEA;
}
.BgClassName
{
background-color: #E0ECEA;
}
</style>
border-color css
<style>
span { border-color: #E0ECEA; }
span { border-color: rgb(224,236,234); }
td.TdClassName
{
border-color: #E0ECEA;
}
.TagClassName
{
border-color: #E0ECEA;
}
</style>