Shades of Panache #EDFEE3
Tints of Panache #EDFEE3
RGB
CMYK
RGB Variations
Color information
#EDFEE3 (or 0xEDFEE3) is known color: Panache. HEX triplet: ED, FE and E3. RGB value is (237,254,227). Sum of RGB (Red+Green+Blue) = 237+254+227=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 227 (89.06% from 255 or 31.62% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFEE3 is #12011C. Grayscale: #F5F5F5. Windows color (decimal): -1179933 or 14941933. OLE color: 14941933.
HSL color Cylindrical-coordinate representation of color #EDFEE3: hue angle of 97.78º degrees, saturation: 0.93, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDFEE3 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.00.
Color convert
RGB | 237 | 254 | 227 | - |
CMYK | 0.07 | 0 | 0.11 | 0.00 |
HSL | 97.78º | 0.93% | 0.94% | - |
HSV(B) | 97.78º | 0.11% | 1% | - |
XYZ | 84.23 | 94.43 | 86.46 | - |
YUV | 245.84 | 117.37 | 121.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 254 | 227 | 0.07 | 0 | 0.11 | 0.00 | 97.78 | 0.93 | 0.94 |
Hex | ED | FE | E3 | 7 | 0 | B | 0 | 62 | 5D | 5E |
Octal | 355 | 376 | 343 | 7 | 0 | 13 | 0 | 142 | 135 | 136 |
Binary | 11101101 | 11111110 | 11100011 | 111 | 0 | 1011 | 0 | 1100010 | 1011101 | 1011110 |
Color Harmonies of #EDFEE3
Complementary color
Monochromatic Colors of #EDFEE3
Black with #EDFEE3
Text Example
Text Example
White with #EDFEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEE3; }
p { color: rgb(237,254,227); }
H1.HeaderClassName
{
color: #EDFEE3;
}
.AnyTagClassName
{
color: #EDFEE3;
}
</style>
background-color css
<style>
a { background-color: #EDFEE3; }
a { background-color: rgb(237,254,227); }
div.DivClassName
{
background-color: #EDFEE3;
}
.BgClassName
{
background-color: #EDFEE3;
}
</style>
border-color css
<style>
span { border-color: #EDFEE3; }
span { border-color: rgb(237,254,227); }
td.TdClassName
{
border-color: #EDFEE3;
}
.TagClassName
{
border-color: #EDFEE3;
}
</style>