Shades of Panache #E6FFDF
Tints of Panache #E6FFDF
RGB
CMYK
RGB Variations
Color information
#E6FFDF (or 0xE6FFDF) is known color: Panache. HEX triplet: E6, FF and DF. RGB value is (230,255,223). Sum of RGB (Red+Green+Blue) = 230+255+223=708 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.49% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 223 (87.5% from 255 or 31.50% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #E6FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6FFDF is #190020. Grayscale: #F3F3F3. Windows color (decimal): -1638433 or 14680038. OLE color: 14680038.
HSL color Cylindrical-coordinate representation of color #E6FFDF: hue angle of 106.88º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E6FFDF is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 230 | 255 | 223 | - |
| CMYK | 0.10 | 0 | 0.13 | 0 |
| HSL | 106.88º | 1% | 0.94% | - |
| HSV(B) | 106.88º | 0.13% | 1% | - |
| XYZ | 81.71 | 93.67 | 83.59 | - |
| YUV | 243.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 255 | 223 | 0.10 | 0 | 0.13 | 0 | 106.88 | 1 | 0.94 |
| Hex | E6 | FF | DF | A | 0 | D | 0 | 6B | 64 | 5E |
| Octal | 346 | 377 | 337 | 12 | 0 | 15 | 0 | 153 | 144 | 136 |
| Binary | 11100110 | 11111111 | 11011111 | 1010 | 0 | 1101 | 0 | 1101011 | 1100100 | 1011110 |
Color Harmonies of #E6FFDF
Complementary color
Monochromatic Colors of #E6FFDF
Black with #E6FFDF
Text Example
Text Example
White with #E6FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6FFDF; }
p { color: rgb(230,255,223); }
H1.HeaderClassName
{
color: #E6FFDF;
}
.AnyTagClassName
{
color: #E6FFDF;
}
</style>
background-color css
<style>
a { background-color: #E6FFDF; }
a { background-color: rgb(230,255,223); }
div.DivClassName
{
background-color: #E6FFDF;
}
.BgClassName
{
background-color: #E6FFDF;
}
</style>
border-color css
<style>
span { border-color: #E6FFDF; }
span { border-color: rgb(230,255,223); }
td.TdClassName
{
border-color: #E6FFDF;
}
.TagClassName
{
border-color: #E6FFDF;
}
</style>