Shades of Tranquil #E0FAF5
Tints of Tranquil #E0FAF5
RGB
CMYK
RGB Variations
Color information
#E0FAF5 (or 0xE0FAF5) is known color: Tranquil. HEX triplet: E0, FA and F5. RGB value is (224,250,245). Sum of RGB (Red+Green+Blue) = 224+250+245=719 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.15% from 719); Green value is 250 (98.05% from 255 or 34.77% from 719); Blue value is 245 (96.09% from 255 or 34.08% from 719); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FAF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0FAF5 is #1F050A. Grayscale: #F1F1F1. Windows color (decimal): -2032907 or 16120544. OLE color: 16120544.
HSL color Cylindrical-coordinate representation of color #E0FAF5: hue angle of 168.46º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0FAF5 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 224 | 250 | 245 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.02 |
| HSL | 168.46º | 0.72% | 0.93% | - |
| HSV(B) | 168.46º | 0.1% | 0.98% | - |
| XYZ | 81.41 | 90.81 | 99.62 | - |
| YUV | 241.66 | 129.89 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 250 | 245 | 0.10 | 0 | 0.02 | 0.02 | 168.46 | 0.72 | 0.93 |
| Hex | E0 | FA | F5 | A | 0 | 2 | 2 | A8 | 48 | 5D |
| Octal | 340 | 372 | 365 | 12 | 0 | 2 | 2 | 250 | 110 | 135 |
| Binary | 11100000 | 11111010 | 11110101 | 1010 | 0 | 10 | 10 | 10101000 | 1001000 | 1011101 |
Color Harmonies of #E0FAF5
Complementary color
Monochromatic Colors of #E0FAF5
Black with #E0FAF5
Text Example
Text Example
White with #E0FAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0FAF5; }
p { color: rgb(224,250,245); }
H1.HeaderClassName
{
color: #E0FAF5;
}
.AnyTagClassName
{
color: #E0FAF5;
}
</style>
background-color css
<style>
a { background-color: #E0FAF5; }
a { background-color: rgb(224,250,245); }
div.DivClassName
{
background-color: #E0FAF5;
}
.BgClassName
{
background-color: #E0FAF5;
}
</style>
border-color css
<style>
span { border-color: #E0FAF5; }
span { border-color: rgb(224,250,245); }
td.TdClassName
{
border-color: #E0FAF5;
}
.TagClassName
{
border-color: #E0FAF5;
}
</style>