Shades of Panache #EDF6E6
Tints of Panache #EDF6E6
RGB
CMYK
RGB Variations
Color information
#EDF6E6 (or 0xEDF6E6) is known color: Panache. HEX triplet: ED, F6 and E6. RGB value is (237,246,230). Sum of RGB (Red+Green+Blue) = 237+246+230=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 246 (96.48% from 255 or 34.50% from 713); Blue value is 230 (90.23% from 255 or 32.26% from 713); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6E6 is #120919. Grayscale: #F1F1F1. Windows color (decimal): -1181978 or 15136493. OLE color: 15136493.
HSL color Cylindrical-coordinate representation of color #EDF6E6: hue angle of 93.75º degrees, saturation: 0.47, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF6E6 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 246 | 230 | - |
| CMYK | 0.04 | 0 | 0.07 | 0.04 |
| HSL | 93.75º | 0.47% | 0.93% | - |
| HSV(B) | 93.75º | 0.07% | 0.96% | - |
| XYZ | 82.16 | 89.63 | 87.83 | - |
| YUV | 241.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 246 | 230 | 0.04 | 0 | 0.07 | 0.04 | 93.75 | 0.47 | 0.93 |
| Hex | ED | F6 | E6 | 4 | 0 | 7 | 4 | 5E | 2F | 5D |
| Octal | 355 | 366 | 346 | 4 | 0 | 7 | 4 | 136 | 57 | 135 |
| Binary | 11101101 | 11110110 | 11100110 | 100 | 0 | 111 | 100 | 1011110 | 101111 | 1011101 |
Color Harmonies of #EDF6E6
Complementary color
Monochromatic Colors of #EDF6E6
Black with #EDF6E6
Text Example
Text Example
White with #EDF6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6E6; }
p { color: rgb(237,246,230); }
H1.HeaderClassName
{
color: #EDF6E6;
}
.AnyTagClassName
{
color: #EDF6E6;
}
</style>
background-color css
<style>
a { background-color: #EDF6E6; }
a { background-color: rgb(237,246,230); }
div.DivClassName
{
background-color: #EDF6E6;
}
.BgClassName
{
background-color: #EDF6E6;
}
</style>
border-color css
<style>
span { border-color: #EDF6E6; }
span { border-color: rgb(237,246,230); }
td.TdClassName
{
border-color: #EDF6E6;
}
.TagClassName
{
border-color: #EDF6E6;
}
</style>