Shades of Tara #E2FFDB
Tints of Tara #E2FFDB
RGB
CMYK
RGB Variations
Color information
#E2FFDB (or 0xE2FFDB) is known color: Tara. HEX triplet: E2, FF and DB. RGB value is (226,255,219). Sum of RGB (Red+Green+Blue) = 226+255+219=700 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.29% from 700); Green value is 255 (100% from 255 or 36.43% from 700); Blue value is 219 (85.94% from 255 or 31.29% from 700); Max value from RGB is 255 - color contains mainly: green. Hex color #E2FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FFDB is #1D0024. Grayscale: #F2F2F2. Windows color (decimal): -1900581 or 14417890. OLE color: 14417890.
HSL color Cylindrical-coordinate representation of color #E2FFDB: hue angle of 108.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E2FFDB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 226 | 255 | 219 | - |
CMYK | 0.11 | 0 | 0.14 | 0 |
HSL | 108.33º | 1% | 0.93% | - |
HSV(B) | 108.33º | 0.14% | 1% | - |
XYZ | 79.91 | 92.8 | 80.72 | - |
YUV | 242.23 | 114.89 | 116.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 255 | 219 | 0.11 | 0 | 0.14 | 0 | 108.33 | 1 | 0.93 |
Hex | E2 | FF | DB | B | 0 | E | 0 | 6C | 64 | 5D |
Octal | 342 | 377 | 333 | 13 | 0 | 16 | 0 | 154 | 144 | 135 |
Binary | 11100010 | 11111111 | 11011011 | 1011 | 0 | 1110 | 0 | 1101100 | 1100100 | 1011101 |
Color Harmonies of #E2FFDB
Complementary color
Monochromatic Colors of #E2FFDB
Black with #E2FFDB
Text Example
Text Example
White with #E2FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FFDB; }
p { color: rgb(226,255,219); }
H1.HeaderClassName
{
color: #E2FFDB;
}
.AnyTagClassName
{
color: #E2FFDB;
}
</style>
background-color css
<style>
a { background-color: #E2FFDB; }
a { background-color: rgb(226,255,219); }
div.DivClassName
{
background-color: #E2FFDB;
}
.BgClassName
{
background-color: #E2FFDB;
}
</style>
border-color css
<style>
span { border-color: #E2FFDB; }
span { border-color: rgb(226,255,219); }
td.TdClassName
{
border-color: #E2FFDB;
}
.TagClassName
{
border-color: #E2FFDB;
}
</style>