Shades of Panache #E6FEDF
Tints of Panache #E6FEDF
RGB
CMYK
RGB Variations
Color information
#E6FEDF (or 0xE6FEDF) is known color: Panache. HEX triplet: E6, FE and DF. RGB value is (230,254,223). Sum of RGB (Red+Green+Blue) = 230+254+223=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #E6FEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FEDF is #190120. Grayscale: #F3F3F3. Windows color (decimal): -1638689 or 14679782. OLE color: 14679782.
HSL color Cylindrical-coordinate representation of color #E6FEDF: hue angle of 106.45º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E6FEDF is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 230 | 254 | 223 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.00 |
| HSL | 106.45º | 0.94% | 0.94% | - |
| HSV(B) | 106.45º | 0.12% | 1% | - |
| XYZ | 81.39 | 93.03 | 83.48 | - |
| YUV | 243.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 254 | 223 | 0.09 | 0 | 0.12 | 0.00 | 106.45 | 0.94 | 0.94 |
| Hex | E6 | FE | DF | 9 | 0 | C | 0 | 6A | 5E | 5E |
| Octal | 346 | 376 | 337 | 11 | 0 | 14 | 0 | 152 | 136 | 136 |
| Binary | 11100110 | 11111110 | 11011111 | 1001 | 0 | 1100 | 0 | 1101010 | 1011110 | 1011110 |
Color Harmonies of #E6FEDF
Complementary color
Monochromatic Colors of #E6FEDF
Black with #E6FEDF
Text Example
Text Example
White with #E6FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FEDF; }
p { color: rgb(230,254,223); }
H1.HeaderClassName
{
color: #E6FEDF;
}
.AnyTagClassName
{
color: #E6FEDF;
}
</style>
background-color css
<style>
a { background-color: #E6FEDF; }
a { background-color: rgb(230,254,223); }
div.DivClassName
{
background-color: #E6FEDF;
}
.BgClassName
{
background-color: #E6FEDF;
}
</style>
border-color css
<style>
span { border-color: #E6FEDF; }
span { border-color: rgb(230,254,223); }
td.TdClassName
{
border-color: #E6FEDF;
}
.TagClassName
{
border-color: #E6FEDF;
}
</style>