Shades of Tara #E2FDDF
Tints of Tara #E2FDDF
RGB
CMYK
RGB Variations
Color information
#E2FDDF (or 0xE2FDDF) is known color: Tara. HEX triplet: E2, FD and DF. RGB value is (226,253,223). Sum of RGB (Red+Green+Blue) = 226+253+223=702 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.19% from 702); Green value is 253 (99.22% from 255 or 36.04% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FDDF is #1D0220. Grayscale: #F1F1F1. Windows color (decimal): -1901089 or 14679522. OLE color: 14679522.
HSL color Cylindrical-coordinate representation of color #E2FDDF: hue angle of 114º 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 #E2FDDF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 253 | 223 | - |
CMYK | 0.11 | 0 | 0.12 | 0.01 |
HSL | 114º | 0.88% | 0.93% | - |
HSV(B) | 114º | 0.12% | 0.99% | - |
XYZ | 79.81 | 91.75 | 83.31 | - |
YUV | 241.51 | 117.55 | 116.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 253 | 223 | 0.11 | 0 | 0.12 | 0.01 | 114 | 0.88 | 0.93 |
Hex | E2 | FD | DF | B | 0 | C | 1 | 72 | 58 | 5D |
Octal | 342 | 375 | 337 | 13 | 0 | 14 | 1 | 162 | 130 | 135 |
Binary | 11100010 | 11111101 | 11011111 | 1011 | 0 | 1100 | 1 | 1110010 | 1011000 | 1011101 |
Color Harmonies of #E2FDDF
Complementary color
Monochromatic Colors of #E2FDDF
Black with #E2FDDF
Text Example
Text Example
White with #E2FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FDDF; }
p { color: rgb(226,253,223); }
H1.HeaderClassName
{
color: #E2FDDF;
}
.AnyTagClassName
{
color: #E2FDDF;
}
</style>
background-color css
<style>
a { background-color: #E2FDDF; }
a { background-color: rgb(226,253,223); }
div.DivClassName
{
background-color: #E2FDDF;
}
.BgClassName
{
background-color: #E2FDDF;
}
</style>
border-color css
<style>
span { border-color: #E2FDDF; }
span { border-color: rgb(226,253,223); }
td.TdClassName
{
border-color: #E2FDDF;
}
.TagClassName
{
border-color: #E2FDDF;
}
</style>