Shades of Panache #EFF2ED
Tints of Panache #EFF2ED
RGB
CMYK
RGB Variations
Color information
#EFF2ED (or 0xEFF2ED) is known color: Panache. HEX triplet: EF, F2 and ED. RGB value is (239,242,237). Sum of RGB (Red+Green+Blue) = 239+242+237=718 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.29% from 718); Green value is 242 (94.92% from 255 or 33.70% from 718); Blue value is 237 (92.97% from 255 or 33.01% from 718); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF2ED is #100D12. Grayscale: #F0F0F0. Windows color (decimal): -1051923 or 15594223. OLE color: 15594223.
HSL color Cylindrical-coordinate representation of color #EFF2ED: hue angle of 96º degrees, saturation: 0.16, 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 #EFF2ED is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 239 | 242 | 237 | - |
CMYK | 0.01 | 0 | 0.02 | 0.05 |
HSL | 96º | 0.16% | 0.94% | - |
HSV(B) | 96º | 0.02% | 0.95% | - |
XYZ | 82.63 | 87.97 | 92.75 | - |
YUV | 240.53 | 126.01 | 126.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 242 | 237 | 0.01 | 0 | 0.02 | 0.05 | 96 | 0.16 | 0.94 |
Hex | EF | F2 | ED | 1 | 0 | 2 | 5 | 60 | 10 | 5E |
Octal | 357 | 362 | 355 | 1 | 0 | 2 | 5 | 140 | 20 | 136 |
Binary | 11101111 | 11110010 | 11101101 | 1 | 0 | 10 | 101 | 1100000 | 10000 | 1011110 |
Color Harmonies of #EFF2ED
Complementary color
Monochromatic Colors of #EFF2ED
Black with #EFF2ED
Text Example
Text Example
White with #EFF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2ED; }
p { color: rgb(239,242,237); }
H1.HeaderClassName
{
color: #EFF2ED;
}
.AnyTagClassName
{
color: #EFF2ED;
}
</style>
background-color css
<style>
a { background-color: #EFF2ED; }
a { background-color: rgb(239,242,237); }
div.DivClassName
{
background-color: #EFF2ED;
}
.BgClassName
{
background-color: #EFF2ED;
}
</style>
border-color css
<style>
span { border-color: #EFF2ED; }
span { border-color: rgb(239,242,237); }
td.TdClassName
{
border-color: #EFF2ED;
}
.TagClassName
{
border-color: #EFF2ED;
}
</style>