Shades of Tranquil #E1F2F0
Tints of Tranquil #E1F2F0
RGB
CMYK
RGB Variations
Color information
#E1F2F0 (or 0xE1F2F0) is known color: Tranquil. HEX triplet: E1, F2 and F0. RGB value is (225,242,240). Sum of RGB (Red+Green+Blue) = 225+242+240=707 (93% of max value = 765). Red value is 225 (88.28% from 255 or 31.82% from 707); Green value is 242 (94.92% from 255 or 34.23% from 707); Blue value is 240 (94.14% from 255 or 33.95% from 707); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F2F0 is #1E0D0F. Grayscale: #ECECEC. Windows color (decimal): -1969424 or 15790817. OLE color: 15790817.
HSL color Cylindrical-coordinate representation of color #E1F2F0: hue angle of 172.94º degrees, saturation: 0.4, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1F2F0 is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 242 | 240 | - |
| CMYK | 0.07 | 0 | 0.01 | 0.05 |
| HSL | 172.94º | 0.4% | 0.92% | - |
| HSV(B) | 172.94º | 0.07% | 0.95% | - |
| XYZ | 78.53 | 85.8 | 94.86 | - |
| YUV | 236.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 242 | 240 | 0.07 | 0 | 0.01 | 0.05 | 172.94 | 0.4 | 0.92 |
| Hex | E1 | F2 | F0 | 7 | 0 | 1 | 5 | AD | 28 | 5C |
| Octal | 341 | 362 | 360 | 7 | 0 | 1 | 5 | 255 | 50 | 134 |
| Binary | 11100001 | 11110010 | 11110000 | 111 | 0 | 1 | 101 | 10101101 | 101000 | 1011100 |
Color Harmonies of #E1F2F0
Complementary color
Monochromatic Colors of #E1F2F0
Black with #E1F2F0
Text Example
Text Example
White with #E1F2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F2F0; }
p { color: rgb(225,242,240); }
H1.HeaderClassName
{
color: #E1F2F0;
}
.AnyTagClassName
{
color: #E1F2F0;
}
</style>
background-color css
<style>
a { background-color: #E1F2F0; }
a { background-color: rgb(225,242,240); }
div.DivClassName
{
background-color: #E1F2F0;
}
.BgClassName
{
background-color: #E1F2F0;
}
</style>
border-color css
<style>
span { border-color: #E1F2F0; }
span { border-color: rgb(225,242,240); }
td.TdClassName
{
border-color: #E1F2F0;
}
.TagClassName
{
border-color: #E1F2F0;
}
</style>