Shades of Panache #EFF1EE
Tints of Panache #EFF1EE
RGB
CMYK
RGB Variations
Color information
#EFF1EE (or 0xEFF1EE) is known color: Panache. HEX triplet: EF, F1 and EE. RGB value is (239,241,238). Sum of RGB (Red+Green+Blue) = 239+241+238=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 241 (94.53% from 255 or 33.57% from 718); Blue value is 238 (93.36% from 255 or 33.15% from 718); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF1EE is #100E11. Grayscale: #F0F0F0. Windows color (decimal): -1052178 or 15659503. OLE color: 15659503.
HSL color Cylindrical-coordinate representation of color #EFF1EE: hue angle of 100º degrees, saturation: 0.1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EFF1EE is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 241 | 238 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.05 |
| HSL | 100º | 0.1% | 0.94% | - |
| HSV(B) | 100º | 0.01% | 0.95% | - |
| XYZ | 82.48 | 87.43 | 93.42 | - |
| YUV | 240.06 | 126.84 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 241 | 238 | 0.01 | 0 | 0.01 | 0.05 | 100 | 0.1 | 0.94 |
| Hex | EF | F1 | EE | 1 | 0 | 1 | 5 | 64 | A | 5E |
| Octal | 357 | 361 | 356 | 1 | 0 | 1 | 5 | 144 | 12 | 136 |
| Binary | 11101111 | 11110001 | 11101110 | 1 | 0 | 1 | 101 | 1100100 | 1010 | 1011110 |
Color Harmonies of #EFF1EE
Complementary color
Monochromatic Colors of #EFF1EE
Black with #EFF1EE
Text Example
Text Example
White with #EFF1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF1EE; }
p { color: rgb(239,241,238); }
H1.HeaderClassName
{
color: #EFF1EE;
}
.AnyTagClassName
{
color: #EFF1EE;
}
</style>
background-color css
<style>
a { background-color: #EFF1EE; }
a { background-color: rgb(239,241,238); }
div.DivClassName
{
background-color: #EFF1EE;
}
.BgClassName
{
background-color: #EFF1EE;
}
</style>
border-color css
<style>
span { border-color: #EFF1EE; }
span { border-color: rgb(239,241,238); }
td.TdClassName
{
border-color: #EFF1EE;
}
.TagClassName
{
border-color: #EFF1EE;
}
</style>