Shades of Tranquil #E0F0EF
Tints of Tranquil #E0F0EF
RGB
CMYK
RGB Variations
Color information
#E0F0EF (or 0xE0F0EF) is known color: Tranquil. HEX triplet: E0, F0 and EF. RGB value is (224,240,239). Sum of RGB (Red+Green+Blue) = 224+240+239=703 (93% of max value = 765). Red value is 224 (87.89% from 255 or 31.86% from 703); Green value is 240 (94.14% from 255 or 34.14% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 240 - color contains mainly: green. Hex color #E0F0EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F0EF is #1F0F10. Grayscale: #EBEBEB. Windows color (decimal): -2035473 or 15724768. OLE color: 15724768.
HSL color Cylindrical-coordinate representation of color #E0F0EF: hue angle of 176.25º 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 #E0F0EF is Cyan = 0.07, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 224 | 240 | 239 | - |
| CMYK | 0.07 | 0 | 0.00 | 0.06 |
| HSL | 176.25º | 0.35% | 0.91% | - |
| HSV(B) | 176.25º | 0.07% | 0.94% | - |
| XYZ | 77.48 | 84.4 | 93.87 | - |
| YUV | 235.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 240 | 239 | 0.07 | 0 | 0.00 | 0.06 | 176.25 | 0.35 | 0.91 |
| Hex | E0 | F0 | EF | 7 | 0 | 0 | 6 | B0 | 23 | 5B |
| Octal | 340 | 360 | 357 | 7 | 0 | 0 | 6 | 260 | 43 | 133 |
| Binary | 11100000 | 11110000 | 11101111 | 111 | 0 | 0 | 110 | 10110000 | 100011 | 1011011 |
Color Harmonies of #E0F0EF
Complementary color
Monochromatic Colors of #E0F0EF
Black with #E0F0EF
Text Example
Text Example
White with #E0F0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0F0EF; }
p { color: rgb(224,240,239); }
H1.HeaderClassName
{
color: #E0F0EF;
}
.AnyTagClassName
{
color: #E0F0EF;
}
</style>
background-color css
<style>
a { background-color: #E0F0EF; }
a { background-color: rgb(224,240,239); }
div.DivClassName
{
background-color: #E0F0EF;
}
.BgClassName
{
background-color: #E0F0EF;
}
</style>
border-color css
<style>
span { border-color: #E0F0EF; }
span { border-color: rgb(224,240,239); }
td.TdClassName
{
border-color: #E0F0EF;
}
.TagClassName
{
border-color: #E0F0EF;
}
</style>