Shades of Panache #EDF0EC
Tints of Panache #EDF0EC
RGB
CMYK
RGB Variations
Color information
#EDF0EC (or 0xEDF0EC) is known color: Panache. HEX triplet: ED, F0 and EC. RGB value is (237,240,236). Sum of RGB (Red+Green+Blue) = 237+240+236=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 240 (94.14% from 255 or 33.66% from 713); Blue value is 236 (92.58% from 255 or 33.10% from 713); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF0EC is #120F13. Grayscale: #EEEEEE. Windows color (decimal): -1183508 or 15528173. OLE color: 15528173.
HSL color Cylindrical-coordinate representation of color #EDF0EC: hue angle of 105º degrees, saturation: 0.12, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EDF0EC is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 240 | 236 | - |
CMYK | 0.01 | 0 | 0.02 | 0.06 |
HSL | 105º | 0.12% | 0.93% | - |
HSV(B) | 105º | 0.02% | 0.94% | - |
XYZ | 81.23 | 86.38 | 91.75 | - |
YUV | 238.65 | 126.51 | 126.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 240 | 236 | 0.01 | 0 | 0.02 | 0.06 | 105 | 0.12 | 0.93 |
Hex | ED | F0 | EC | 1 | 0 | 2 | 6 | 69 | C | 5D |
Octal | 355 | 360 | 354 | 1 | 0 | 2 | 6 | 151 | 14 | 135 |
Binary | 11101101 | 11110000 | 11101100 | 1 | 0 | 10 | 110 | 1101001 | 1100 | 1011101 |
Color Harmonies of #EDF0EC
Complementary color
Monochromatic Colors of #EDF0EC
Black with #EDF0EC
Text Example
Text Example
White with #EDF0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF0EC; }
p { color: rgb(237,240,236); }
H1.HeaderClassName
{
color: #EDF0EC;
}
.AnyTagClassName
{
color: #EDF0EC;
}
</style>
background-color css
<style>
a { background-color: #EDF0EC; }
a { background-color: rgb(237,240,236); }
div.DivClassName
{
background-color: #EDF0EC;
}
.BgClassName
{
background-color: #EDF0EC;
}
</style>
border-color css
<style>
span { border-color: #EDF0EC; }
span { border-color: rgb(237,240,236); }
td.TdClassName
{
border-color: #EDF0EC;
}
.TagClassName
{
border-color: #EDF0EC;
}
</style>