Shades of Panache #EDFFE8
Tints of Panache #EDFFE8
RGB
CMYK
RGB Variations
Color information
#EDFFE8 (or 0xEDFFE8) is known color: Panache. HEX triplet: ED, FF and E8. RGB value is (237,255,232). Sum of RGB (Red+Green+Blue) = 237+255+232=724 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.73% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFE8 is #120017. Grayscale: #F7F7F7. Windows color (decimal): -1179672 or 15269869. OLE color: 15269869.
HSL color Cylindrical-coordinate representation of color #EDFFE8: hue angle of 106.96º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFFE8 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 232 | - |
| CMYK | 0.07 | 0 | 0.09 | 0 |
| HSL | 106.96º | 1% | 0.95% | - |
| HSV(B) | 106.96º | 0.09% | 1% | - |
| XYZ | 85.25 | 95.35 | 90.26 | - |
| YUV | 247 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 232 | 0.07 | 0 | 0.09 | 0 | 106.96 | 1 | 0.95 |
| Hex | ED | FF | E8 | 7 | 0 | 9 | 0 | 6B | 64 | 5F |
| Octal | 355 | 377 | 350 | 7 | 0 | 11 | 0 | 153 | 144 | 137 |
| Binary | 11101101 | 11111111 | 11101000 | 111 | 0 | 1001 | 0 | 1101011 | 1100100 | 1011111 |
Color Harmonies of #EDFFE8
Complementary color
Monochromatic Colors of #EDFFE8
Black with #EDFFE8
Text Example
Text Example
White with #EDFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFE8; }
p { color: rgb(237,255,232); }
H1.HeaderClassName
{
color: #EDFFE8;
}
.AnyTagClassName
{
color: #EDFFE8;
}
</style>
background-color css
<style>
a { background-color: #EDFFE8; }
a { background-color: rgb(237,255,232); }
div.DivClassName
{
background-color: #EDFFE8;
}
.BgClassName
{
background-color: #EDFFE8;
}
</style>
border-color css
<style>
span { border-color: #EDFFE8; }
span { border-color: rgb(237,255,232); }
td.TdClassName
{
border-color: #EDFFE8;
}
.TagClassName
{
border-color: #EDFFE8;
}
</style>