Shades of Panache #E7F5DC
Tints of Panache #E7F5DC
RGB
CMYK
RGB Variations
Color information
#E7F5DC (or 0xE7F5DC) is known color: Panache. HEX triplet: E7, F5 and DC. RGB value is (231,245,220). Sum of RGB (Red+Green+Blue) = 231+245+220=696 (92% of max value = 765). Red value is 231 (90.62% from 255 or 33.19% from 696); Green value is 245 (96.09% from 255 or 35.20% from 696); Blue value is 220 (86.33% from 255 or 31.61% from 696); Max value from RGB is 245 - color contains mainly: green. Hex color #E7F5DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F5DC is #180A23. Grayscale: #EEEEEE. Windows color (decimal): -1575460 or 14480871. OLE color: 14480871.
HSL color Cylindrical-coordinate representation of color #E7F5DC: hue angle of 93.6º degrees, saturation: 0.56, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7F5DC is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 231 | 245 | 220 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.04 |
| HSL | 93.6º | 0.56% | 0.91% | - |
| HSV(B) | 93.6º | 0.1% | 0.96% | - |
| XYZ | 78.53 | 87.46 | 80.45 | - |
| YUV | 237.96 | 117.86 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 245 | 220 | 0.06 | 0 | 0.10 | 0.04 | 93.6 | 0.56 | 0.91 |
| Hex | E7 | F5 | DC | 6 | 0 | A | 4 | 5E | 38 | 5B |
| Octal | 347 | 365 | 334 | 6 | 0 | 12 | 4 | 136 | 70 | 133 |
| Binary | 11100111 | 11110101 | 11011100 | 110 | 0 | 1010 | 100 | 1011110 | 111000 | 1011011 |
Color Harmonies of #E7F5DC
Complementary color
Monochromatic Colors of #E7F5DC
Black with #E7F5DC
Text Example
Text Example
White with #E7F5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F5DC; }
p { color: rgb(231,245,220); }
H1.HeaderClassName
{
color: #E7F5DC;
}
.AnyTagClassName
{
color: #E7F5DC;
}
</style>
background-color css
<style>
a { background-color: #E7F5DC; }
a { background-color: rgb(231,245,220); }
div.DivClassName
{
background-color: #E7F5DC;
}
.BgClassName
{
background-color: #E7F5DC;
}
</style>
border-color css
<style>
span { border-color: #E7F5DC; }
span { border-color: rgb(231,245,220); }
td.TdClassName
{
border-color: #E7F5DC;
}
.TagClassName
{
border-color: #E7F5DC;
}
</style>