Shades of Tara #E6FCE2
Tints of Tara #E6FCE2
RGB
CMYK
RGB Variations
Color information
#E6FCE2 (or 0xE6FCE2) is known color: Tara. HEX triplet: E6, FC and E2. RGB value is (230,252,226). Sum of RGB (Red+Green+Blue) = 230+252+226=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 226 (88.67% from 255 or 31.92% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #E6FCE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FCE2 is #19031D. Grayscale: #F2F2F2. Windows color (decimal): -1639198 or 14875878. OLE color: 14875878.
HSL color Cylindrical-coordinate representation of color #E6FCE2: hue angle of 110.77º degrees, saturation: 0.81, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6FCE2 is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 230 | 252 | 226 | - |
CMYK | 0.09 | 0 | 0.10 | 0.01 |
HSL | 110.77º | 0.81% | 0.94% | - |
HSV(B) | 110.77º | 0.1% | 0.99% | - |
XYZ | 81.17 | 91.93 | 85.42 | - |
YUV | 242.46 | 118.71 | 119.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 230 | 252 | 226 | 0.09 | 0 | 0.10 | 0.01 | 110.77 | 0.81 | 0.94 |
Hex | E6 | FC | E2 | 9 | 0 | A | 1 | 6F | 51 | 5E |
Octal | 346 | 374 | 342 | 11 | 0 | 12 | 1 | 157 | 121 | 136 |
Binary | 11100110 | 11111100 | 11100010 | 1001 | 0 | 1010 | 1 | 1101111 | 1010001 | 1011110 |
Color Harmonies of #E6FCE2
Complementary color
Monochromatic Colors of #E6FCE2
Black with #E6FCE2
Text Example
Text Example
White with #E6FCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FCE2; }
p { color: rgb(230,252,226); }
H1.HeaderClassName
{
color: #E6FCE2;
}
.AnyTagClassName
{
color: #E6FCE2;
}
</style>
background-color css
<style>
a { background-color: #E6FCE2; }
a { background-color: rgb(230,252,226); }
div.DivClassName
{
background-color: #E6FCE2;
}
.BgClassName
{
background-color: #E6FCE2;
}
</style>
border-color css
<style>
span { border-color: #E6FCE2; }
span { border-color: rgb(230,252,226); }
td.TdClassName
{
border-color: #E6FCE2;
}
.TagClassName
{
border-color: #E6FCE2;
}
</style>