Shades of Panache #EDF2EA
Tints of Panache #EDF2EA
RGB
CMYK
RGB Variations
Color information
#EDF2EA (or 0xEDF2EA) is known color: Panache. HEX triplet: ED, F2 and EA. RGB value is (237,242,234). Sum of RGB (Red+Green+Blue) = 237+242+234=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 242 (94.92% from 255 or 33.94% from 713); Blue value is 234 (91.80% from 255 or 32.82% from 713); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF2EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF2EA is #120D15. Grayscale: #EFEFEF. Windows color (decimal): -1182998 or 15397613. OLE color: 15397613.
HSL color Cylindrical-coordinate representation of color #EDF2EA: hue angle of 97.5º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF2EA is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 237 | 242 | 234 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.05 |
| HSL | 97.5º | 0.24% | 0.93% | - |
| HSV(B) | 97.5º | 0.03% | 0.95% | - |
| XYZ | 81.53 | 87.45 | 90.42 | - |
| YUV | 239.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 242 | 234 | 0.02 | 0 | 0.03 | 0.05 | 97.5 | 0.24 | 0.93 |
| Hex | ED | F2 | EA | 2 | 0 | 3 | 5 | 62 | 18 | 5D |
| Octal | 355 | 362 | 352 | 2 | 0 | 3 | 5 | 142 | 30 | 135 |
| Binary | 11101101 | 11110010 | 11101010 | 10 | 0 | 11 | 101 | 1100010 | 11000 | 1011101 |
Color Harmonies of #EDF2EA
Complementary color
Monochromatic Colors of #EDF2EA
Black with #EDF2EA
Text Example
Text Example
White with #EDF2EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF2EA; }
p { color: rgb(237,242,234); }
H1.HeaderClassName
{
color: #EDF2EA;
}
.AnyTagClassName
{
color: #EDF2EA;
}
</style>
background-color css
<style>
a { background-color: #EDF2EA; }
a { background-color: rgb(237,242,234); }
div.DivClassName
{
background-color: #EDF2EA;
}
.BgClassName
{
background-color: #EDF2EA;
}
</style>
border-color css
<style>
span { border-color: #EDF2EA; }
span { border-color: rgb(237,242,234); }
td.TdClassName
{
border-color: #EDF2EA;
}
.TagClassName
{
border-color: #EDF2EA;
}
</style>