Shades of Panache #EEF2ED
Tints of Panache #EEF2ED
RGB
CMYK
RGB Variations
Color information
#EEF2ED (or 0xEEF2ED) is known color: Panache. HEX triplet: EE, F2 and ED. RGB value is (238,242,237). Sum of RGB (Red+Green+Blue) = 238+242+237=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 237 (92.97% from 255 or 33.05% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF2ED is #110D12. Grayscale: #F0F0F0. Windows color (decimal): -1117459 or 15594222. OLE color: 15594222.
HSL color Cylindrical-coordinate representation of color #EEF2ED: hue angle of 108º 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 #EEF2ED is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
RGB | 238 | 242 | 237 | - |
CMYK | 0.02 | 0 | 0.02 | 0.05 |
HSL | 108º | 0.16% | 0.94% | - |
HSV(B) | 108º | 0.02% | 0.95% | - |
XYZ | 82.3 | 87.8 | 92.73 | - |
YUV | 240.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 242 | 237 | 0.02 | 0 | 0.02 | 0.05 | 108 | 0.16 | 0.94 |
Hex | EE | F2 | ED | 2 | 0 | 2 | 5 | 6C | 10 | 5E |
Octal | 356 | 362 | 355 | 2 | 0 | 2 | 5 | 154 | 20 | 136 |
Binary | 11101110 | 11110010 | 11101101 | 10 | 0 | 10 | 101 | 1101100 | 10000 | 1011110 |
Color Harmonies of #EEF2ED
Complementary color
Monochromatic Colors of #EEF2ED
Black with #EEF2ED
Text Example
Text Example
White with #EEF2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEF2ED; }
p { color: rgb(238,242,237); }
H1.HeaderClassName
{
color: #EEF2ED;
}
.AnyTagClassName
{
color: #EEF2ED;
}
</style>
background-color css
<style>
a { background-color: #EEF2ED; }
a { background-color: rgb(238,242,237); }
div.DivClassName
{
background-color: #EEF2ED;
}
.BgClassName
{
background-color: #EEF2ED;
}
</style>
border-color css
<style>
span { border-color: #EEF2ED; }
span { border-color: rgb(238,242,237); }
td.TdClassName
{
border-color: #EEF2ED;
}
.TagClassName
{
border-color: #EEF2ED;
}
</style>