Shades of Tara #E2FFDD
Tints of Tara #E2FFDD
RGB
CMYK
RGB Variations
Color information
#E2FFDD (or 0xE2FFDD) is known color: Tara. HEX triplet: E2, FF and DD. RGB value is (226,255,221). Sum of RGB (Red+Green+Blue) = 226+255+221=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 255 (100% from 255 or 36.32% from 702); Blue value is 221 (86.72% from 255 or 31.48% from 702); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFDD is #1D0022. Grayscale: #F2F2F2. Windows color (decimal): -1900579 or 14548962. OLE color: 14548962.
HSL color Cylindrical-coordinate representation of color #E2FFDD: hue angle of 111.18º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E2FFDD is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 221 | - |
CMYK | 0.11 | 0 | 0.13 | 0 |
HSL | 111.18º | 1% | 0.93% | - |
HSV(B) | 111.18º | 0.13% | 1% | - |
XYZ | 80.18 | 92.91 | 82.11 | - |
YUV | 242.45 | 115.89 | 116.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 221 | 0.11 | 0 | 0.13 | 0 | 111.18 | 1 | 0.93 |
Hex | E2 | FF | DD | B | 0 | D | 0 | 6F | 64 | 5D |
Octal | 342 | 377 | 335 | 13 | 0 | 15 | 0 | 157 | 144 | 135 |
Binary | 11100010 | 11111111 | 11011101 | 1011 | 0 | 1101 | 0 | 1101111 | 1100100 | 1011101 |
Color Harmonies of #E2FFDD
Complementary color
Monochromatic Colors of #E2FFDD
Black with #E2FFDD
Text Example
Text Example
White with #E2FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFDD; }
p { color: rgb(226,255,221); }
H1.HeaderClassName
{
color: #E2FFDD;
}
.AnyTagClassName
{
color: #E2FFDD;
}
</style>
background-color css
<style>
a { background-color: #E2FFDD; }
a { background-color: rgb(226,255,221); }
div.DivClassName
{
background-color: #E2FFDD;
}
.BgClassName
{
background-color: #E2FFDD;
}
</style>
border-color css
<style>
span { border-color: #E2FFDD; }
span { border-color: rgb(226,255,221); }
td.TdClassName
{
border-color: #E2FFDD;
}
.TagClassName
{
border-color: #E2FFDD;
}
</style>