Shades of Panache #EDF9E3
Tints of Panache #EDF9E3
RGB
CMYK
RGB Variations
Color information
#EDF9E3 (or 0xEDF9E3) is known color: Panache. HEX triplet: ED, F9 and E3. RGB value is (237,249,227). Sum of RGB (Red+Green+Blue) = 237+249+227=713 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.24% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 227 (89.06% from 255 or 31.84% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF9E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDF9E3 is #12061C. Grayscale: #F2F2F2. Windows color (decimal): -1181213 or 14940653. OLE color: 14940653.
HSL color Cylindrical-coordinate representation of color #EDF9E3: hue angle of 92.73º degrees, saturation: 0.65, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDF9E3 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 249 | 227 | - |
CMYK | 0.05 | 0 | 0.09 | 0.02 |
HSL | 92.73º | 0.65% | 0.93% | - |
HSV(B) | 92.73º | 0.09% | 0.98% | - |
XYZ | 82.67 | 91.3 | 85.94 | - |
YUV | 242.9 | 119.02 | 123.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 249 | 227 | 0.05 | 0 | 0.09 | 0.02 | 92.73 | 0.65 | 0.93 |
Hex | ED | F9 | E3 | 5 | 0 | 9 | 2 | 5D | 41 | 5D |
Octal | 355 | 371 | 343 | 5 | 0 | 11 | 2 | 135 | 101 | 135 |
Binary | 11101101 | 11111001 | 11100011 | 101 | 0 | 1001 | 10 | 1011101 | 1000001 | 1011101 |
Color Harmonies of #EDF9E3
Complementary color
Monochromatic Colors of #EDF9E3
Black with #EDF9E3
Text Example
Text Example
White with #EDF9E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9E3; }
p { color: rgb(237,249,227); }
H1.HeaderClassName
{
color: #EDF9E3;
}
.AnyTagClassName
{
color: #EDF9E3;
}
</style>
background-color css
<style>
a { background-color: #EDF9E3; }
a { background-color: rgb(237,249,227); }
div.DivClassName
{
background-color: #EDF9E3;
}
.BgClassName
{
background-color: #EDF9E3;
}
</style>
border-color css
<style>
span { border-color: #EDF9E3; }
span { border-color: rgb(237,249,227); }
td.TdClassName
{
border-color: #EDF9E3;
}
.TagClassName
{
border-color: #EDF9E3;
}
</style>