Shades of Tara #E2FBDF
Tints of Tara #E2FBDF
RGB
CMYK
RGB Variations
Color information
#E2FBDF (or 0xE2FBDF) is known color: Tara. HEX triplet: E2, FB and DF. RGB value is (226,251,223). Sum of RGB (Red+Green+Blue) = 226+251+223=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 251 (98.44% from 255 or 35.86% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FBDF is #1D0420. Grayscale: #F0F0F0. Windows color (decimal): -1901601 or 14679010. OLE color: 14679010.
HSL color Cylindrical-coordinate representation of color #E2FBDF: hue angle of 113.57º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E2FBDF is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 226 | 251 | 223 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.02 |
| HSL | 113.57º | 0.78% | 0.93% | - |
| HSV(B) | 113.57º | 0.11% | 0.98% | - |
| XYZ | 79.18 | 90.49 | 83.11 | - |
| YUV | 240.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 251 | 223 | 0.10 | 0 | 0.11 | 0.02 | 113.57 | 0.78 | 0.93 |
| Hex | E2 | FB | DF | A | 0 | B | 2 | 72 | 4E | 5D |
| Octal | 342 | 373 | 337 | 12 | 0 | 13 | 2 | 162 | 116 | 135 |
| Binary | 11100010 | 11111011 | 11011111 | 1010 | 0 | 1011 | 10 | 1110010 | 1001110 | 1011101 |
Color Harmonies of #E2FBDF
Complementary color
Monochromatic Colors of #E2FBDF
Black with #E2FBDF
Text Example
Text Example
White with #E2FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FBDF; }
p { color: rgb(226,251,223); }
H1.HeaderClassName
{
color: #E2FBDF;
}
.AnyTagClassName
{
color: #E2FBDF;
}
</style>
background-color css
<style>
a { background-color: #E2FBDF; }
a { background-color: rgb(226,251,223); }
div.DivClassName
{
background-color: #E2FBDF;
}
.BgClassName
{
background-color: #E2FBDF;
}
</style>
border-color css
<style>
span { border-color: #E2FBDF; }
span { border-color: rgb(226,251,223); }
td.TdClassName
{
border-color: #E2FBDF;
}
.TagClassName
{
border-color: #E2FBDF;
}
</style>