Shades of Panache #E9FEDC
Tints of Panache #E9FEDC
RGB
CMYK
RGB Variations
Color information
#E9FEDC (or 0xE9FEDC) is known color: Panache. HEX triplet: E9, FE and DC. RGB value is (233,254,220). Sum of RGB (Red+Green+Blue) = 233+254+220=707 (93% of max value = 765). Red value is 233 (91.41% from 255 or 32.96% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #E9FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E9FEDC is #160123. Grayscale: #F3F3F3. Windows color (decimal): -1442084 or 14483177. OLE color: 14483177.
HSL color Cylindrical-coordinate representation of color #E9FEDC: hue angle of 97.06º 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 #E9FEDC is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 233 | 254 | 220 | - |
CMYK | 0.08 | 0 | 0.13 | 0.00 |
HSL | 97.06º | 0.94% | 0.93% | - |
HSV(B) | 97.06º | 0.13% | 1% | - |
XYZ | 81.96 | 93.37 | 81.41 | - |
YUV | 243.85 | 114.54 | 120.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 254 | 220 | 0.08 | 0 | 0.13 | 0.00 | 97.06 | 0.94 | 0.93 |
Hex | E9 | FE | DC | 8 | 0 | D | 0 | 61 | 5E | 5D |
Octal | 351 | 376 | 334 | 10 | 0 | 15 | 0 | 141 | 136 | 135 |
Binary | 11101001 | 11111110 | 11011100 | 1000 | 0 | 1101 | 0 | 1100001 | 1011110 | 1011101 |
Color Harmonies of #E9FEDC
Complementary color
Monochromatic Colors of #E9FEDC
Black with #E9FEDC
Text Example
Text Example
White with #E9FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9FEDC; }
p { color: rgb(233,254,220); }
H1.HeaderClassName
{
color: #E9FEDC;
}
.AnyTagClassName
{
color: #E9FEDC;
}
</style>
background-color css
<style>
a { background-color: #E9FEDC; }
a { background-color: rgb(233,254,220); }
div.DivClassName
{
background-color: #E9FEDC;
}
.BgClassName
{
background-color: #E9FEDC;
}
</style>
border-color css
<style>
span { border-color: #E9FEDC; }
span { border-color: rgb(233,254,220); }
td.TdClassName
{
border-color: #E9FEDC;
}
.TagClassName
{
border-color: #E9FEDC;
}
</style>