Shades of Panache #E7F2DC
Tints of Panache #E7F2DC
RGB
CMYK
RGB Variations
Color information
#E7F2DC (or 0xE7F2DC) is known color: Panache. HEX triplet: E7, F2 and DC. RGB value is (231,242,220). Sum of RGB (Red+Green+Blue) = 231+242+220=693 (91% of max value = 765). Red value is 231 (90.62% from 255 or 33.33% from 693); Green value is 242 (94.92% from 255 or 34.92% from 693); Blue value is 220 (86.33% from 255 or 31.75% from 693); Max value from RGB is 242 - color contains mainly: green. Hex color #E7F2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E7F2DC is #180D23. Grayscale: #ECECEC. Windows color (decimal): -1576228 or 14480103. OLE color: 14480103.
HSL color Cylindrical-coordinate representation of color #E7F2DC: hue angle of 90º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E7F2DC is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 231 | 242 | 220 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.05 |
| HSL | 90º | 0.46% | 0.91% | - |
| HSV(B) | 90º | 0.09% | 0.95% | - |
| XYZ | 77.63 | 85.66 | 80.15 | - |
| YUV | 236.2 | 118.86 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 242 | 220 | 0.05 | 0 | 0.09 | 0.05 | 90 | 0.46 | 0.91 |
| Hex | E7 | F2 | DC | 5 | 0 | 9 | 5 | 5A | 2E | 5B |
| Octal | 347 | 362 | 334 | 5 | 0 | 11 | 5 | 132 | 56 | 133 |
| Binary | 11100111 | 11110010 | 11011100 | 101 | 0 | 1001 | 101 | 1011010 | 101110 | 1011011 |
Color Harmonies of #E7F2DC
Complementary color
Monochromatic Colors of #E7F2DC
Black with #E7F2DC
Text Example
Text Example
White with #E7F2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7F2DC; }
p { color: rgb(231,242,220); }
H1.HeaderClassName
{
color: #E7F2DC;
}
.AnyTagClassName
{
color: #E7F2DC;
}
</style>
background-color css
<style>
a { background-color: #E7F2DC; }
a { background-color: rgb(231,242,220); }
div.DivClassName
{
background-color: #E7F2DC;
}
.BgClassName
{
background-color: #E7F2DC;
}
</style>
border-color css
<style>
span { border-color: #E7F2DC; }
span { border-color: rgb(231,242,220); }
td.TdClassName
{
border-color: #E7F2DC;
}
.TagClassName
{
border-color: #E7F2DC;
}
</style>