Shades of Tara #E2FEDE
Tints of Tara #E2FEDE
RGB
CMYK
RGB Variations
Color information
#E2FEDE (or 0xE2FEDE) is known color: Tara. HEX triplet: E2, FE and DE. RGB value is (226,254,222). Sum of RGB (Red+Green+Blue) = 226+254+222=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FEDE is #1D0121. Grayscale: #F2F2F2. Windows color (decimal): -1900834 or 14614242. OLE color: 14614242.
HSL color Cylindrical-coordinate representation of color #E2FEDE: hue angle of 112.5º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2FEDE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 226 | 254 | 222 | - |
CMYK | 0.11 | 0 | 0.13 | 0.00 |
HSL | 112.5º | 0.94% | 0.93% | - |
HSV(B) | 112.5º | 0.13% | 1% | - |
XYZ | 79.99 | 92.33 | 82.71 | - |
YUV | 241.98 | 116.72 | 116.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 254 | 222 | 0.11 | 0 | 0.13 | 0.00 | 112.5 | 0.94 | 0.93 |
Hex | E2 | FE | DE | B | 0 | D | 0 | 70 | 5E | 5D |
Octal | 342 | 376 | 336 | 13 | 0 | 15 | 0 | 160 | 136 | 135 |
Binary | 11100010 | 11111110 | 11011110 | 1011 | 0 | 1101 | 0 | 1110000 | 1011110 | 1011101 |
Color Harmonies of #E2FEDE
Complementary color
Monochromatic Colors of #E2FEDE
Black with #E2FEDE
Text Example
Text Example
White with #E2FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FEDE; }
p { color: rgb(226,254,222); }
H1.HeaderClassName
{
color: #E2FEDE;
}
.AnyTagClassName
{
color: #E2FEDE;
}
</style>
background-color css
<style>
a { background-color: #E2FEDE; }
a { background-color: rgb(226,254,222); }
div.DivClassName
{
background-color: #E2FEDE;
}
.BgClassName
{
background-color: #E2FEDE;
}
</style>
border-color css
<style>
span { border-color: #E2FEDE; }
span { border-color: rgb(226,254,222); }
td.TdClassName
{
border-color: #E2FEDE;
}
.TagClassName
{
border-color: #E2FEDE;
}
</style>