Shades of Panache #EDFFE7
Tints of Panache #EDFFE7
RGB
CMYK
RGB Variations
Color information
#EDFFE7 (or 0xEDFFE7) is known color: Panache. HEX triplet: ED, FF and E7. RGB value is (237,255,231). Sum of RGB (Red+Green+Blue) = 237+255+231=723 (95% of max value = 765). Red value is 237 (92.97% from 255 or 32.78% from 723); Green value is 255 (100% from 255 or 35.27% from 723); Blue value is 231 (90.62% from 255 or 31.95% from 723); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFE7 is #120018. Grayscale: #F6F6F6. Windows color (decimal): -1179673 or 15204333. OLE color: 15204333.
HSL color Cylindrical-coordinate representation of color #EDFFE7: hue angle of 105º 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 #EDFFE7 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 231 | - |
| CMYK | 0.07 | 0 | 0.09 | 0 |
| HSL | 105º | 1% | 0.95% | - |
| HSV(B) | 105º | 0.09% | 1% | - |
| XYZ | 85.11 | 95.29 | 89.51 | - |
| YUV | 246.88 | 119.04 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 231 | 0.07 | 0 | 0.09 | 0 | 105 | 1 | 0.95 |
| Hex | ED | FF | E7 | 7 | 0 | 9 | 0 | 69 | 64 | 5F |
| Octal | 355 | 377 | 347 | 7 | 0 | 11 | 0 | 151 | 144 | 137 |
| Binary | 11101101 | 11111111 | 11100111 | 111 | 0 | 1001 | 0 | 1101001 | 1100100 | 1011111 |
Color Harmonies of #EDFFE7
Complementary color
Monochromatic Colors of #EDFFE7
Black with #EDFFE7
Text Example
Text Example
White with #EDFFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFE7; }
p { color: rgb(237,255,231); }
H1.HeaderClassName
{
color: #EDFFE7;
}
.AnyTagClassName
{
color: #EDFFE7;
}
</style>
background-color css
<style>
a { background-color: #EDFFE7; }
a { background-color: rgb(237,255,231); }
div.DivClassName
{
background-color: #EDFFE7;
}
.BgClassName
{
background-color: #EDFFE7;
}
</style>
border-color css
<style>
span { border-color: #EDFFE7; }
span { border-color: rgb(237,255,231); }
td.TdClassName
{
border-color: #EDFFE7;
}
.TagClassName
{
border-color: #EDFFE7;
}
</style>