Shades of Tara #E1FDDF
Tints of Tara #E1FDDF
RGB
CMYK
RGB Variations
Color information
#E1FDDF (or 0xE1FDDF) is known color: Tara. HEX triplet: E1, FD and DF. RGB value is (225,253,223). Sum of RGB (Red+Green+Blue) = 225+253+223=701 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.10% from 701); Green value is 253 (99.22% from 255 or 36.09% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1FDDF is #1E0220. Grayscale: #F1F1F1. Windows color (decimal): -1966625 or 14679521. OLE color: 14679521.
HSL color Cylindrical-coordinate representation of color #E1FDDF: hue angle of 116º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1FDDF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 223 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.01 |
| HSL | 116º | 0.88% | 0.93% | - |
| HSV(B) | 116º | 0.12% | 0.99% | - |
| XYZ | 79.5 | 91.59 | 83.3 | - |
| YUV | 241.21 | 117.72 | 116.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 223 | 0.11 | 0 | 0.12 | 0.01 | 116 | 0.88 | 0.93 |
| Hex | E1 | FD | DF | B | 0 | C | 1 | 74 | 58 | 5D |
| Octal | 341 | 375 | 337 | 13 | 0 | 14 | 1 | 164 | 130 | 135 |
| Binary | 11100001 | 11111101 | 11011111 | 1011 | 0 | 1100 | 1 | 1110100 | 1011000 | 1011101 |
Color Harmonies of #E1FDDF
Complementary color
Monochromatic Colors of #E1FDDF
Black with #E1FDDF
Text Example
Text Example
White with #E1FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDDF; }
p { color: rgb(225,253,223); }
H1.HeaderClassName
{
color: #E1FDDF;
}
.AnyTagClassName
{
color: #E1FDDF;
}
</style>
background-color css
<style>
a { background-color: #E1FDDF; }
a { background-color: rgb(225,253,223); }
div.DivClassName
{
background-color: #E1FDDF;
}
.BgClassName
{
background-color: #E1FDDF;
}
</style>
border-color css
<style>
span { border-color: #E1FDDF; }
span { border-color: rgb(225,253,223); }
td.TdClassName
{
border-color: #E1FDDF;
}
.TagClassName
{
border-color: #E1FDDF;
}
</style>