Shades of Panache #E4FEDC
Tints of Panache #E4FEDC
RGB
CMYK
RGB Variations
Color information
#E4FEDC (or 0xE4FEDC) is known color: Panache. HEX triplet: E4, FE and DC. RGB value is (228,254,220). Sum of RGB (Red+Green+Blue) = 228+254+220=702 (92% of max value = 765). Red value is 228 (89.45% from 255 or 32.48% from 702); Green value is 254 (99.61% from 255 or 36.18% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 254 - color contains mainly: green. Hex color #E4FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4FEDC is #1B0123. Grayscale: #F2F2F2. Windows color (decimal): -1769764 or 14483172. OLE color: 14483172.
HSL color Cylindrical-coordinate representation of color #E4FEDC: hue angle of 105.88º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E4FEDC is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 228 | 254 | 220 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.00 |
| HSL | 105.88º | 0.94% | 0.93% | - |
| HSV(B) | 105.88º | 0.13% | 1% | - |
| XYZ | 80.35 | 92.54 | 81.34 | - |
| YUV | 242.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 254 | 220 | 0.10 | 0 | 0.13 | 0.00 | 105.88 | 0.94 | 0.93 |
| Hex | E4 | FE | DC | A | 0 | D | 0 | 6A | 5E | 5D |
| Octal | 344 | 376 | 334 | 12 | 0 | 15 | 0 | 152 | 136 | 135 |
| Binary | 11100100 | 11111110 | 11011100 | 1010 | 0 | 1101 | 0 | 1101010 | 1011110 | 1011101 |
Color Harmonies of #E4FEDC
Complementary color
Monochromatic Colors of #E4FEDC
Black with #E4FEDC
Text Example
Text Example
White with #E4FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4FEDC; }
p { color: rgb(228,254,220); }
H1.HeaderClassName
{
color: #E4FEDC;
}
.AnyTagClassName
{
color: #E4FEDC;
}
</style>
background-color css
<style>
a { background-color: #E4FEDC; }
a { background-color: rgb(228,254,220); }
div.DivClassName
{
background-color: #E4FEDC;
}
.BgClassName
{
background-color: #E4FEDC;
}
</style>
border-color css
<style>
span { border-color: #E4FEDC; }
span { border-color: rgb(228,254,220); }
td.TdClassName
{
border-color: #E4FEDC;
}
.TagClassName
{
border-color: #E4FEDC;
}
</style>