Shades of Panache #EDF6E5
Tints of Panache #EDF6E5
RGB
CMYK
RGB Variations
Color information
#EDF6E5 (or 0xEDF6E5) is known color: Panache. HEX triplet: ED, F6 and E5. RGB value is (237,246,229). Sum of RGB (Red+Green+Blue) = 237+246+229=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 246 (96.48% from 255 or 34.55% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF6E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF6E5 is #12091A. Grayscale: #F1F1F1. Windows color (decimal): -1181979 or 15070957. OLE color: 15070957.
HSL color Cylindrical-coordinate representation of color #EDF6E5: hue angle of 91.76º degrees, saturation: 0.49, 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 #EDF6E5 is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
RGB | 237 | 246 | 229 | - |
CMYK | 0.04 | 0 | 0.07 | 0.04 |
HSL | 91.76º | 0.49% | 0.93% | - |
HSV(B) | 91.76º | 0.07% | 0.96% | - |
XYZ | 82.02 | 89.57 | 87.09 | - |
YUV | 241.37 | 121.02 | 124.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 246 | 229 | 0.04 | 0 | 0.07 | 0.04 | 91.76 | 0.49 | 0.93 |
Hex | ED | F6 | E5 | 4 | 0 | 7 | 4 | 5C | 31 | 5D |
Octal | 355 | 366 | 345 | 4 | 0 | 7 | 4 | 134 | 61 | 135 |
Binary | 11101101 | 11110110 | 11100101 | 100 | 0 | 111 | 100 | 1011100 | 110001 | 1011101 |
Color Harmonies of #EDF6E5
Complementary color
Monochromatic Colors of #EDF6E5
Black with #EDF6E5
Text Example
Text Example
White with #EDF6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF6E5; }
p { color: rgb(237,246,229); }
H1.HeaderClassName
{
color: #EDF6E5;
}
.AnyTagClassName
{
color: #EDF6E5;
}
</style>
background-color css
<style>
a { background-color: #EDF6E5; }
a { background-color: rgb(237,246,229); }
div.DivClassName
{
background-color: #EDF6E5;
}
.BgClassName
{
background-color: #EDF6E5;
}
</style>
border-color css
<style>
span { border-color: #EDF6E5; }
span { border-color: rgb(237,246,229); }
td.TdClassName
{
border-color: #EDF6E5;
}
.TagClassName
{
border-color: #EDF6E5;
}
</style>