Shades of Panache #EDF6E9
Tints of Panache #EDF6E9
RGB
CMYK
RGB Variations
Color information
#EDF6E9 (or 0xEDF6E9) is known color: Panache. HEX triplet: ED, F6 and E9. RGB value is (237,246,233). Sum of RGB (Red+Green+Blue) = 237+246+233=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 246 (96.48% from 255 or 34.36% from 716); Blue value is 233 (91.41% from 255 or 32.54% from 716); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6E9 is #120916. Grayscale: #F1F1F1. Windows color (decimal): -1181975 or 15333101. OLE color: 15333101.
HSL color Cylindrical-coordinate representation of color #EDF6E9: hue angle of 101.54º degrees, saturation: 0.42, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF6E9 is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 246 | 233 | - |
CMYK | 0.04 | 0 | 0.05 | 0.04 |
HSL | 101.54º | 0.42% | 0.94% | - |
HSV(B) | 101.54º | 0.05% | 0.96% | - |
XYZ | 82.59 | 89.8 | 90.07 | - |
YUV | 241.83 | 123.02 | 124.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 246 | 233 | 0.04 | 0 | 0.05 | 0.04 | 101.54 | 0.42 | 0.94 |
Hex | ED | F6 | E9 | 4 | 0 | 5 | 4 | 66 | 2A | 5E |
Octal | 355 | 366 | 351 | 4 | 0 | 5 | 4 | 146 | 52 | 136 |
Binary | 11101101 | 11110110 | 11101001 | 100 | 0 | 101 | 100 | 1100110 | 101010 | 1011110 |
Color Harmonies of #EDF6E9
Complementary color
Monochromatic Colors of #EDF6E9
Black with #EDF6E9
Text Example
Text Example
White with #EDF6E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6E9; }
p { color: rgb(237,246,233); }
H1.HeaderClassName
{
color: #EDF6E9;
}
.AnyTagClassName
{
color: #EDF6E9;
}
</style>
background-color css
<style>
a { background-color: #EDF6E9; }
a { background-color: rgb(237,246,233); }
div.DivClassName
{
background-color: #EDF6E9;
}
.BgClassName
{
background-color: #EDF6E9;
}
</style>
border-color css
<style>
span { border-color: #EDF6E9; }
span { border-color: rgb(237,246,233); }
td.TdClassName
{
border-color: #EDF6E9;
}
.TagClassName
{
border-color: #EDF6E9;
}
</style>