Shades of Panache #EDFDE2
Tints of Panache #EDFDE2
RGB
CMYK
RGB Variations
Color information
#EDFDE2 (or 0xEDFDE2) is known color: Panache. HEX triplet: ED, FD and E2. RGB value is (237,253,226). Sum of RGB (Red+Green+Blue) = 237+253+226=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFDE2 is #12021D. Grayscale: #F5F5F5. Windows color (decimal): -1180190 or 14876141. OLE color: 14876141.
HSL color Cylindrical-coordinate representation of color #EDFDE2: hue angle of 95.56º degrees, saturation: 0.87, 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 #EDFDE2 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 253 | 226 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.01 |
| HSL | 95.56º | 0.87% | 0.94% | - |
| HSV(B) | 95.56º | 0.11% | 0.99% | - |
| XYZ | 83.78 | 93.75 | 85.63 | - |
| YUV | 245.14 | 117.2 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 226 | 0.06 | 0 | 0.11 | 0.01 | 95.56 | 0.87 | 0.94 |
| Hex | ED | FD | E2 | 6 | 0 | B | 1 | 60 | 57 | 5E |
| Octal | 355 | 375 | 342 | 6 | 0 | 13 | 1 | 140 | 127 | 136 |
| Binary | 11101101 | 11111101 | 11100010 | 110 | 0 | 1011 | 1 | 1100000 | 1010111 | 1011110 |
Color Harmonies of #EDFDE2
Complementary color
Monochromatic Colors of #EDFDE2
Black with #EDFDE2
Text Example
Text Example
White with #EDFDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDE2; }
p { color: rgb(237,253,226); }
H1.HeaderClassName
{
color: #EDFDE2;
}
.AnyTagClassName
{
color: #EDFDE2;
}
</style>
background-color css
<style>
a { background-color: #EDFDE2; }
a { background-color: rgb(237,253,226); }
div.DivClassName
{
background-color: #EDFDE2;
}
.BgClassName
{
background-color: #EDFDE2;
}
</style>
border-color css
<style>
span { border-color: #EDFDE2; }
span { border-color: rgb(237,253,226); }
td.TdClassName
{
border-color: #EDFDE2;
}
.TagClassName
{
border-color: #EDFDE2;
}
</style>