Shades of Tranquil #E0F0EC
Tints of Tranquil #E0F0EC
RGB
CMYK
RGB Variations
Color information
#E0F0EC (or 0xE0F0EC) is known color: Tranquil. HEX triplet: E0, F0 and EC. RGB value is (224,240,236). Sum of RGB (Red+Green+Blue) = 224+240+236=700 (92% of max value = 765). Red value is 224 (87.89% from 255 or 32% from 700); Green value is 240 (94.14% from 255 or 34.29% from 700); Blue value is 236 (92.58% from 255 or 33.71% from 700); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F0EC is #1F0F13. Grayscale: #EAEAEA. Windows color (decimal): -2035476 or 15528160. OLE color: 15528160.
HSL color Cylindrical-coordinate representation of color #E0F0EC: hue angle of 165º degrees, saturation: 0.35, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E0F0EC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 236 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.06 |
| HSL | 165º | 0.35% | 0.91% | - |
| HSV(B) | 165º | 0.07% | 0.94% | - |
| XYZ | 77.04 | 84.22 | 91.55 | - |
| YUV | 234.76 | 128.7 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 236 | 0.07 | 0 | 0.02 | 0.06 | 165 | 0.35 | 0.91 |
| Hex | E0 | F0 | EC | 7 | 0 | 2 | 6 | A5 | 23 | 5B |
| Octal | 340 | 360 | 354 | 7 | 0 | 2 | 6 | 245 | 43 | 133 |
| Binary | 11100000 | 11110000 | 11101100 | 111 | 0 | 10 | 110 | 10100101 | 100011 | 1011011 |
Color Harmonies of #E0F0EC
Complementary color
Monochromatic Colors of #E0F0EC
Black with #E0F0EC
Text Example
Text Example
White with #E0F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F0EC; }
p { color: rgb(224,240,236); }
H1.HeaderClassName
{
color: #E0F0EC;
}
.AnyTagClassName
{
color: #E0F0EC;
}
</style>
background-color css
<style>
a { background-color: #E0F0EC; }
a { background-color: rgb(224,240,236); }
div.DivClassName
{
background-color: #E0F0EC;
}
.BgClassName
{
background-color: #E0F0EC;
}
</style>
border-color css
<style>
span { border-color: #E0F0EC; }
span { border-color: rgb(224,240,236); }
td.TdClassName
{
border-color: #E0F0EC;
}
.TagClassName
{
border-color: #E0F0EC;
}
</style>