Shades of Tara #E2FFDF
Tints of Tara #E2FFDF
RGB
CMYK
RGB Variations
Color information
#E2FFDF (or 0xE2FFDF) is known color: Tara. HEX triplet: E2, FF and DF. RGB value is (226,255,223). Sum of RGB (Red+Green+Blue) = 226+255+223=704 (93% of max value = 765). Red value is 226 (88.67% from 255 or 32.10% from 704); Green value is 255 (100% from 255 or 36.22% from 704); Blue value is 223 (87.5% from 255 or 31.68% from 704); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFDF is #1D0020. Grayscale: #F2F2F2. Windows color (decimal): -1900577 or 14680034. OLE color: 14680034.
HSL color Cylindrical-coordinate representation of color #E2FFDF: hue angle of 114.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2FFDF is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 223 | - |
CMYK | 0.11 | 0 | 0.13 | 0 |
HSL | 114.38º | 1% | 0.94% | - |
HSV(B) | 114.38º | 0.13% | 1% | - |
XYZ | 80.44 | 93.02 | 83.53 | - |
YUV | 242.68 | 116.89 | 116.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 223 | 0.11 | 0 | 0.13 | 0 | 114.38 | 1 | 0.94 |
Hex | E2 | FF | DF | B | 0 | D | 0 | 72 | 64 | 5E |
Octal | 342 | 377 | 337 | 13 | 0 | 15 | 0 | 162 | 144 | 136 |
Binary | 11100010 | 11111111 | 11011111 | 1011 | 0 | 1101 | 0 | 1110010 | 1100100 | 1011110 |
Color Harmonies of #E2FFDF
Complementary color
Monochromatic Colors of #E2FFDF
Black with #E2FFDF
Text Example
Text Example
White with #E2FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFDF; }
p { color: rgb(226,255,223); }
H1.HeaderClassName
{
color: #E2FFDF;
}
.AnyTagClassName
{
color: #E2FFDF;
}
</style>
background-color css
<style>
a { background-color: #E2FFDF; }
a { background-color: rgb(226,255,223); }
div.DivClassName
{
background-color: #E2FFDF;
}
.BgClassName
{
background-color: #E2FFDF;
}
</style>
border-color css
<style>
span { border-color: #E2FFDF; }
span { border-color: rgb(226,255,223); }
td.TdClassName
{
border-color: #E2FFDF;
}
.TagClassName
{
border-color: #E2FFDF;
}
</style>