Shades of Panache #E6FEDE
Tints of Panache #E6FEDE
RGB
CMYK
RGB Variations
Color information
#E6FEDE (or 0xE6FEDE) is known color: Panache. HEX triplet: E6, FE and DE. RGB value is (230,254,222). Sum of RGB (Red+Green+Blue) = 230+254+222=706 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.58% from 706); Green value is 254 (99.61% from 255 or 35.98% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FEDE is #190121. Grayscale: #F3F3F3. Windows color (decimal): -1638690 or 14614246. OLE color: 14614246.
HSL color Cylindrical-coordinate representation of color #E6FEDE: hue angle of 105º 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 #E6FEDE is Cyan = 0.09, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 222 | - |
| CMYK | 0.09 | 0 | 0.13 | 0.00 |
| HSL | 105º | 0.94% | 0.93% | - |
| HSV(B) | 105º | 0.13% | 1% | - |
| XYZ | 81.26 | 92.98 | 82.77 | - |
| YUV | 243.18 | 116.05 | 118.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 222 | 0.09 | 0 | 0.13 | 0.00 | 105 | 0.94 | 0.93 |
| Hex | E6 | FE | DE | 9 | 0 | D | 0 | 69 | 5E | 5D |
| Octal | 346 | 376 | 336 | 11 | 0 | 15 | 0 | 151 | 136 | 135 |
| Binary | 11100110 | 11111110 | 11011110 | 1001 | 0 | 1101 | 0 | 1101001 | 1011110 | 1011101 |
Color Harmonies of #E6FEDE
Complementary color
Monochromatic Colors of #E6FEDE
Black with #E6FEDE
Text Example
Text Example
White with #E6FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEDE; }
p { color: rgb(230,254,222); }
H1.HeaderClassName
{
color: #E6FEDE;
}
.AnyTagClassName
{
color: #E6FEDE;
}
</style>
background-color css
<style>
a { background-color: #E6FEDE; }
a { background-color: rgb(230,254,222); }
div.DivClassName
{
background-color: #E6FEDE;
}
.BgClassName
{
background-color: #E6FEDE;
}
</style>
border-color css
<style>
span { border-color: #E6FEDE; }
span { border-color: rgb(230,254,222); }
td.TdClassName
{
border-color: #E6FEDE;
}
.TagClassName
{
border-color: #E6FEDE;
}
</style>