Shades of Panache #E6F7DF
Tints of Panache #E6F7DF
RGB
CMYK
RGB Variations
Color information
#E6F7DF (or 0xE6F7DF) is known color: Panache. HEX triplet: E6, F7 and DF. RGB value is (230,247,223). Sum of RGB (Red+Green+Blue) = 230+247+223=700 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.86% from 700); Green value is 247 (96.88% from 255 or 35.29% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 247 - color contains mainly: green. Hex color #E6F7DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F7DF is #190820. Grayscale: #EFEFEF. Windows color (decimal): -1640481 or 14677990. OLE color: 14677990.
HSL color Cylindrical-coordinate representation of color #E6F7DF: hue angle of 102.5º degrees, saturation: 0.6, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6F7DF is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 230 | 247 | 223 | - |
| CMYK | 0.07 | 0 | 0.10 | 0.03 |
| HSL | 102.5º | 0.6% | 0.92% | - |
| HSV(B) | 102.5º | 0.1% | 0.97% | - |
| XYZ | 79.21 | 88.67 | 82.75 | - |
| YUV | 239.18 | 118.87 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 247 | 223 | 0.07 | 0 | 0.10 | 0.03 | 102.5 | 0.6 | 0.92 |
| Hex | E6 | F7 | DF | 7 | 0 | A | 3 | 66 | 3C | 5C |
| Octal | 346 | 367 | 337 | 7 | 0 | 12 | 3 | 146 | 74 | 134 |
| Binary | 11100110 | 11110111 | 11011111 | 111 | 0 | 1010 | 11 | 1100110 | 111100 | 1011100 |
Color Harmonies of #E6F7DF
Complementary color
Monochromatic Colors of #E6F7DF
Black with #E6F7DF
Text Example
Text Example
White with #E6F7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F7DF; }
p { color: rgb(230,247,223); }
H1.HeaderClassName
{
color: #E6F7DF;
}
.AnyTagClassName
{
color: #E6F7DF;
}
</style>
background-color css
<style>
a { background-color: #E6F7DF; }
a { background-color: rgb(230,247,223); }
div.DivClassName
{
background-color: #E6F7DF;
}
.BgClassName
{
background-color: #E6F7DF;
}
</style>
border-color css
<style>
span { border-color: #E6F7DF; }
span { border-color: rgb(230,247,223); }
td.TdClassName
{
border-color: #E6F7DF;
}
.TagClassName
{
border-color: #E6F7DF;
}
</style>