Shades of Panache #E5FEDA
Tints of Panache #E5FEDA
RGB
CMYK
RGB Variations
Color information
#E5FEDA (or 0xE5FEDA) is known color: Panache. HEX triplet: E5, FE and DA. RGB value is (229,254,218). Sum of RGB (Red+Green+Blue) = 229+254+218=701 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.67% from 701); Green value is 254 (99.61% from 255 or 36.23% from 701); Blue value is 218 (85.55% from 255 or 31.10% from 701); Max value from RGB is 254 - color contains mainly: green. Hex color #E5FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5FEDA is #1A0125. Grayscale: #F2F2F2. Windows color (decimal): -1704230 or 14352101. OLE color: 14352101.
HSL color Cylindrical-coordinate representation of color #E5FEDA: hue angle of 101.67º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E5FEDA is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
RGB | 229 | 254 | 218 | - |
CMYK | 0.10 | 0 | 0.14 | 0.00 |
HSL | 101.67º | 0.95% | 0.93% | - |
HSV(B) | 101.67º | 0.14% | 1% | - |
XYZ | 80.41 | 92.6 | 79.97 | - |
YUV | 242.42 | 114.22 | 118.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 254 | 218 | 0.10 | 0 | 0.14 | 0.00 | 101.67 | 0.95 | 0.93 |
Hex | E5 | FE | DA | A | 0 | E | 0 | 66 | 5F | 5D |
Octal | 345 | 376 | 332 | 12 | 0 | 16 | 0 | 146 | 137 | 135 |
Binary | 11100101 | 11111110 | 11011010 | 1010 | 0 | 1110 | 0 | 1100110 | 1011111 | 1011101 |
Color Harmonies of #E5FEDA
Complementary color
Monochromatic Colors of #E5FEDA
Black with #E5FEDA
Text Example
Text Example
White with #E5FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5FEDA; }
p { color: rgb(229,254,218); }
H1.HeaderClassName
{
color: #E5FEDA;
}
.AnyTagClassName
{
color: #E5FEDA;
}
</style>
background-color css
<style>
a { background-color: #E5FEDA; }
a { background-color: rgb(229,254,218); }
div.DivClassName
{
background-color: #E5FEDA;
}
.BgClassName
{
background-color: #E5FEDA;
}
</style>
border-color css
<style>
span { border-color: #E5FEDA; }
span { border-color: rgb(229,254,218); }
td.TdClassName
{
border-color: #E5FEDA;
}
.TagClassName
{
border-color: #E5FEDA;
}
</style>