Shades of Tara #E1FDDB
Tints of Tara #E1FDDB
RGB
CMYK
RGB Variations
Color information
#E1FDDB (or 0xE1FDDB) is known color: Tara. HEX triplet: E1, FD and DB. RGB value is (225,253,219). Sum of RGB (Red+Green+Blue) = 225+253+219=697 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.28% from 697); Green value is 253 (99.22% from 255 or 36.30% from 697); Blue value is 219 (85.94% from 255 or 31.42% from 697); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDDB is #1E0224. Grayscale: #F0F0F0. Windows color (decimal): -1966629 or 14417377. OLE color: 14417377.
HSL color Cylindrical-coordinate representation of color #E1FDDB: hue angle of 109.41º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1FDDB is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 219 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.01 |
| HSL | 109.41º | 0.89% | 0.93% | - |
| HSV(B) | 109.41º | 0.13% | 0.99% | - |
| XYZ | 78.96 | 91.37 | 80.49 | - |
| YUV | 240.75 | 115.72 | 116.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 219 | 0.11 | 0 | 0.13 | 0.01 | 109.41 | 0.89 | 0.93 |
| Hex | E1 | FD | DB | B | 0 | D | 1 | 6D | 59 | 5D |
| Octal | 341 | 375 | 333 | 13 | 0 | 15 | 1 | 155 | 131 | 135 |
| Binary | 11100001 | 11111101 | 11011011 | 1011 | 0 | 1101 | 1 | 1101101 | 1011001 | 1011101 |
Color Harmonies of #E1FDDB
Complementary color
Monochromatic Colors of #E1FDDB
Black with #E1FDDB
Text Example
Text Example
White with #E1FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDDB; }
p { color: rgb(225,253,219); }
H1.HeaderClassName
{
color: #E1FDDB;
}
.AnyTagClassName
{
color: #E1FDDB;
}
</style>
background-color css
<style>
a { background-color: #E1FDDB; }
a { background-color: rgb(225,253,219); }
div.DivClassName
{
background-color: #E1FDDB;
}
.BgClassName
{
background-color: #E1FDDB;
}
</style>
border-color css
<style>
span { border-color: #E1FDDB; }
span { border-color: rgb(225,253,219); }
td.TdClassName
{
border-color: #E1FDDB;
}
.TagClassName
{
border-color: #E1FDDB;
}
</style>