Shades of Panache #E6F5DF
Tints of Panache #E6F5DF
RGB
CMYK
RGB Variations
Color information
#E6F5DF (or 0xE6F5DF) is known color: Panache. HEX triplet: E6, F5 and DF. RGB value is (230,245,223). Sum of RGB (Red+Green+Blue) = 230+245+223=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 245 (96.09% from 255 or 35.10% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 245 - color contains mainly: green. Hex color #E6F5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F5DF is #190A20. Grayscale: #EEEEEE. Windows color (decimal): -1640993 or 14677478. OLE color: 14677478.
HSL color Cylindrical-coordinate representation of color #E6F5DF: hue angle of 100.91º degrees, saturation: 0.52, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E6F5DF is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 230 | 245 | 223 | - |
| CMYK | 0.06 | 0 | 0.09 | 0.04 |
| HSL | 100.91º | 0.52% | 0.92% | - |
| HSV(B) | 100.91º | 0.09% | 0.96% | - |
| XYZ | 78.6 | 87.46 | 82.55 | - |
| YUV | 238.01 | 119.53 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 245 | 223 | 0.06 | 0 | 0.09 | 0.04 | 100.91 | 0.52 | 0.92 |
| Hex | E6 | F5 | DF | 6 | 0 | 9 | 4 | 65 | 34 | 5C |
| Octal | 346 | 365 | 337 | 6 | 0 | 11 | 4 | 145 | 64 | 134 |
| Binary | 11100110 | 11110101 | 11011111 | 110 | 0 | 1001 | 100 | 1100101 | 110100 | 1011100 |
Color Harmonies of #E6F5DF
Complementary color
Monochromatic Colors of #E6F5DF
Black with #E6F5DF
Text Example
Text Example
White with #E6F5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F5DF; }
p { color: rgb(230,245,223); }
H1.HeaderClassName
{
color: #E6F5DF;
}
.AnyTagClassName
{
color: #E6F5DF;
}
</style>
background-color css
<style>
a { background-color: #E6F5DF; }
a { background-color: rgb(230,245,223); }
div.DivClassName
{
background-color: #E6F5DF;
}
.BgClassName
{
background-color: #E6F5DF;
}
</style>
border-color css
<style>
span { border-color: #E6F5DF; }
span { border-color: rgb(230,245,223); }
td.TdClassName
{
border-color: #E6F5DF;
}
.TagClassName
{
border-color: #E6F5DF;
}
</style>