Shades of Panache #EDFCE0
Tints of Panache #EDFCE0
RGB
CMYK
RGB Variations
Color information
#EDFCE0 (or 0xEDFCE0) is known color: Panache. HEX triplet: ED, FC and E0. RGB value is (237,252,224). Sum of RGB (Red+Green+Blue) = 237+252+224=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCE0 is #12031F. Grayscale: #F4F4F4. Windows color (decimal): -1180448 or 14744813. OLE color: 14744813.
HSL color Cylindrical-coordinate representation of color #EDFCE0: hue angle of 92.14º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFCE0 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 252 | 224 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.01 |
| HSL | 92.14º | 0.82% | 0.93% | - |
| HSV(B) | 92.14º | 0.11% | 0.99% | - |
| XYZ | 83.19 | 93.01 | 84.09 | - |
| YUV | 244.32 | 116.53 | 122.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 224 | 0.06 | 0 | 0.11 | 0.01 | 92.14 | 0.82 | 0.93 |
| Hex | ED | FC | E0 | 6 | 0 | B | 1 | 5C | 52 | 5D |
| Octal | 355 | 374 | 340 | 6 | 0 | 13 | 1 | 134 | 122 | 135 |
| Binary | 11101101 | 11111100 | 11100000 | 110 | 0 | 1011 | 1 | 1011100 | 1010010 | 1011101 |
Color Harmonies of #EDFCE0
Complementary color
Monochromatic Colors of #EDFCE0
Black with #EDFCE0
Text Example
Text Example
White with #EDFCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCE0; }
p { color: rgb(237,252,224); }
H1.HeaderClassName
{
color: #EDFCE0;
}
.AnyTagClassName
{
color: #EDFCE0;
}
</style>
background-color css
<style>
a { background-color: #EDFCE0; }
a { background-color: rgb(237,252,224); }
div.DivClassName
{
background-color: #EDFCE0;
}
.BgClassName
{
background-color: #EDFCE0;
}
</style>
border-color css
<style>
span { border-color: #EDFCE0; }
span { border-color: rgb(237,252,224); }
td.TdClassName
{
border-color: #EDFCE0;
}
.TagClassName
{
border-color: #EDFCE0;
}
</style>