Shades of Panache #EDFDE1
Tints of Panache #EDFDE1
RGB
CMYK
RGB Variations
Color information
#EDFDE1 (or 0xEDFDE1) is known color: Panache. HEX triplet: ED, FD and E1. RGB value is (237,253,225). Sum of RGB (Red+Green+Blue) = 237+253+225=715 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.15% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 225 (88.28% from 255 or 31.47% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDE1 is #12021E. Grayscale: #F5F5F5. Windows color (decimal): -1180191 or 14810605. OLE color: 14810605.
HSL color Cylindrical-coordinate representation of color #EDFDE1: hue angle of 94.29º degrees, saturation: 0.88, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFDE1 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 225 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.01 |
| HSL | 94.29º | 0.88% | 0.94% | - |
| HSV(B) | 94.29º | 0.11% | 0.99% | - |
| XYZ | 83.64 | 93.69 | 84.91 | - |
| YUV | 245.02 | 116.7 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 225 | 0.06 | 0 | 0.11 | 0.01 | 94.29 | 0.88 | 0.94 |
| Hex | ED | FD | E1 | 6 | 0 | B | 1 | 5E | 58 | 5E |
| Octal | 355 | 375 | 341 | 6 | 0 | 13 | 1 | 136 | 130 | 136 |
| Binary | 11101101 | 11111101 | 11100001 | 110 | 0 | 1011 | 1 | 1011110 | 1011000 | 1011110 |
Color Harmonies of #EDFDE1
Complementary color
Monochromatic Colors of #EDFDE1
Black with #EDFDE1
Text Example
Text Example
White with #EDFDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDE1; }
p { color: rgb(237,253,225); }
H1.HeaderClassName
{
color: #EDFDE1;
}
.AnyTagClassName
{
color: #EDFDE1;
}
</style>
background-color css
<style>
a { background-color: #EDFDE1; }
a { background-color: rgb(237,253,225); }
div.DivClassName
{
background-color: #EDFDE1;
}
.BgClassName
{
background-color: #EDFDE1;
}
</style>
border-color css
<style>
span { border-color: #EDFDE1; }
span { border-color: rgb(237,253,225); }
td.TdClassName
{
border-color: #EDFDE1;
}
.TagClassName
{
border-color: #EDFDE1;
}
</style>