Shades of Tara #E2F4DF
Tints of Tara #E2F4DF
RGB
CMYK
RGB Variations
Color information
#E2F4DF (or 0xE2F4DF) is known color: Tara. HEX triplet: E2, F4 and DF. RGB value is (226,244,223). Sum of RGB (Red+Green+Blue) = 226+244+223=693 (91% of max value = 765). Red value is 226 (88.67% from 255 or 32.61% from 693); Green value is 244 (95.70% from 255 or 35.21% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 244 - color contains mainly: green. Hex color #E2F4DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2F4DF is #1D0B20. Grayscale: #ECECEC. Windows color (decimal): -1903393 or 14677218. OLE color: 14677218.
HSL color Cylindrical-coordinate representation of color #E2F4DF: hue angle of 111.43º degrees, saturation: 0.49, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2F4DF is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 226 | 244 | 223 | - |
| CMYK | 0.07 | 0 | 0.09 | 0.04 |
| HSL | 111.43º | 0.49% | 0.92% | - |
| HSV(B) | 111.43º | 0.09% | 0.96% | - |
| XYZ | 77.03 | 86.2 | 82.39 | - |
| YUV | 236.22 | 120.54 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 244 | 223 | 0.07 | 0 | 0.09 | 0.04 | 111.43 | 0.49 | 0.92 |
| Hex | E2 | F4 | DF | 7 | 0 | 9 | 4 | 6F | 31 | 5C |
| Octal | 342 | 364 | 337 | 7 | 0 | 11 | 4 | 157 | 61 | 134 |
| Binary | 11100010 | 11110100 | 11011111 | 111 | 0 | 1001 | 100 | 1101111 | 110001 | 1011100 |
Color Harmonies of #E2F4DF
Complementary color
Monochromatic Colors of #E2F4DF
Black with #E2F4DF
Text Example
Text Example
White with #E2F4DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2F4DF; }
p { color: rgb(226,244,223); }
H1.HeaderClassName
{
color: #E2F4DF;
}
.AnyTagClassName
{
color: #E2F4DF;
}
</style>
background-color css
<style>
a { background-color: #E2F4DF; }
a { background-color: rgb(226,244,223); }
div.DivClassName
{
background-color: #E2F4DF;
}
.BgClassName
{
background-color: #E2F4DF;
}
</style>
border-color css
<style>
span { border-color: #E2F4DF; }
span { border-color: rgb(226,244,223); }
td.TdClassName
{
border-color: #E2F4DF;
}
.TagClassName
{
border-color: #E2F4DF;
}
</style>