Shades of Panache #E7FED6
Tints of Panache #E7FED6
RGB
CMYK
RGB Variations
Color information
#E7FED6 (or 0xE7FED6) is known color: Panache. HEX triplet: E7, FE and D6. RGB value is (231,254,214). Sum of RGB (Red+Green+Blue) = 231+254+214=699 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.05% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 214 (83.98% from 255 or 30.62% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #E7FED6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7FED6 is #180129. Grayscale: #F2F2F2. Windows color (decimal): -1573162 or 14089959. OLE color: 14089959.
HSL color Cylindrical-coordinate representation of color #E7FED6: hue angle of 94.5º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7FED6 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 231 | 254 | 214 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.00 |
| HSL | 94.5º | 0.95% | 0.92% | - |
| HSV(B) | 94.5º | 0.16% | 1% | - |
| XYZ | 80.53 | 92.73 | 77.27 | - |
| YUV | 242.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 254 | 214 | 0.09 | 0 | 0.16 | 0.00 | 94.5 | 0.95 | 0.92 |
| Hex | E7 | FE | D6 | 9 | 0 | 10 | 0 | 5E | 5F | 5C |
| Octal | 347 | 376 | 326 | 11 | 0 | 20 | 0 | 136 | 137 | 134 |
| Binary | 11100111 | 11111110 | 11010110 | 1001 | 0 | 10000 | 0 | 1011110 | 1011111 | 1011100 |
Color Harmonies of #E7FED6
Complementary color
Monochromatic Colors of #E7FED6
Black with #E7FED6
Text Example
Text Example
White with #E7FED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7FED6; }
p { color: rgb(231,254,214); }
H1.HeaderClassName
{
color: #E7FED6;
}
.AnyTagClassName
{
color: #E7FED6;
}
</style>
background-color css
<style>
a { background-color: #E7FED6; }
a { background-color: rgb(231,254,214); }
div.DivClassName
{
background-color: #E7FED6;
}
.BgClassName
{
background-color: #E7FED6;
}
</style>
border-color css
<style>
span { border-color: #E7FED6; }
span { border-color: rgb(231,254,214); }
td.TdClassName
{
border-color: #E7FED6;
}
.TagClassName
{
border-color: #E7FED6;
}
</style>