Shades of Tara #E2FCDF
Tints of Tara #E2FCDF
RGB
CMYK
RGB Variations
Color information
#E2FCDF (or 0xE2FCDF) is known color: Tara. HEX triplet: E2, FC and DF. RGB value is (226,252,223). Sum of RGB (Red+Green+Blue) = 226+252+223=701 (92% of max value = 765). Red value is 226 (88.67% from 255 or 32.24% from 701); Green value is 252 (98.83% from 255 or 35.95% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FCDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2FCDF is #1D0320. Grayscale: #F1F1F1. Windows color (decimal): -1901345 or 14679266. OLE color: 14679266.
HSL color Cylindrical-coordinate representation of color #E2FCDF: hue angle of 113.79º degrees, saturation: 0.83, 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 #E2FCDF is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 226 | 252 | 223 | - |
CMYK | 0.10 | 0 | 0.12 | 0.01 |
HSL | 113.79º | 0.83% | 0.93% | - |
HSV(B) | 113.79º | 0.12% | 0.99% | - |
XYZ | 79.49 | 91.12 | 83.21 | - |
YUV | 240.92 | 117.89 | 117.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 252 | 223 | 0.10 | 0 | 0.12 | 0.01 | 113.79 | 0.83 | 0.93 |
Hex | E2 | FC | DF | A | 0 | C | 1 | 72 | 53 | 5D |
Octal | 342 | 374 | 337 | 12 | 0 | 14 | 1 | 162 | 123 | 135 |
Binary | 11100010 | 11111100 | 11011111 | 1010 | 0 | 1100 | 1 | 1110010 | 1010011 | 1011101 |
Color Harmonies of #E2FCDF
Complementary color
Monochromatic Colors of #E2FCDF
Black with #E2FCDF
Text Example
Text Example
White with #E2FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2FCDF; }
p { color: rgb(226,252,223); }
H1.HeaderClassName
{
color: #E2FCDF;
}
.AnyTagClassName
{
color: #E2FCDF;
}
</style>
background-color css
<style>
a { background-color: #E2FCDF; }
a { background-color: rgb(226,252,223); }
div.DivClassName
{
background-color: #E2FCDF;
}
.BgClassName
{
background-color: #E2FCDF;
}
</style>
border-color css
<style>
span { border-color: #E2FCDF; }
span { border-color: rgb(226,252,223); }
td.TdClassName
{
border-color: #E2FCDF;
}
.TagClassName
{
border-color: #E2FCDF;
}
</style>