Shades of Panache #EEF2EC
Tints of Panache #EEF2EC
RGB
CMYK
RGB Variations
Color information
#EEF2EC (or 0xEEF2EC) is known color: Panache. HEX triplet: EE, F2 and EC. RGB value is (238,242,236). Sum of RGB (Red+Green+Blue) = 238+242+236=716 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.24% from 716); Green value is 242 (94.92% from 255 or 33.80% from 716); Blue value is 236 (92.58% from 255 or 32.96% from 716); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2EC is #110D13. Grayscale: #F0F0F0. Windows color (decimal): -1117460 or 15528686. OLE color: 15528686.
HSL color Cylindrical-coordinate representation of color #EEF2EC: hue angle of 100º degrees, saturation: 0.19, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEF2EC is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 242 | 236 | - |
| CMYK | 0.02 | 0 | 0.02 | 0.05 |
| HSL | 100º | 0.19% | 0.94% | - |
| HSV(B) | 100º | 0.02% | 0.95% | - |
| XYZ | 82.15 | 87.74 | 91.96 | - |
| YUV | 240.12 | 125.67 | 126.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 242 | 236 | 0.02 | 0 | 0.02 | 0.05 | 100 | 0.19 | 0.94 |
| Hex | EE | F2 | EC | 2 | 0 | 2 | 5 | 64 | 13 | 5E |
| Octal | 356 | 362 | 354 | 2 | 0 | 2 | 5 | 144 | 23 | 136 |
| Binary | 11101110 | 11110010 | 11101100 | 10 | 0 | 10 | 101 | 1100100 | 10011 | 1011110 |
Color Harmonies of #EEF2EC
Complementary color
Monochromatic Colors of #EEF2EC
Black with #EEF2EC
Text Example
Text Example
White with #EEF2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2EC; }
p { color: rgb(238,242,236); }
H1.HeaderClassName
{
color: #EEF2EC;
}
.AnyTagClassName
{
color: #EEF2EC;
}
</style>
background-color css
<style>
a { background-color: #EEF2EC; }
a { background-color: rgb(238,242,236); }
div.DivClassName
{
background-color: #EEF2EC;
}
.BgClassName
{
background-color: #EEF2EC;
}
</style>
border-color css
<style>
span { border-color: #EEF2EC; }
span { border-color: rgb(238,242,236); }
td.TdClassName
{
border-color: #EEF2EC;
}
.TagClassName
{
border-color: #EEF2EC;
}
</style>