Shades of Panache #EDFCE4
Tints of Panache #EDFCE4
RGB
CMYK
RGB Variations
Color information
#EDFCE4 (or 0xEDFCE4) is known color: Panache. HEX triplet: ED, FC and E4. RGB value is (237,252,228). Sum of RGB (Red+Green+Blue) = 237+252+228=717 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.05% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCE4 is #12031B. Grayscale: #F4F4F4. Windows color (decimal): -1180444 or 15006957. OLE color: 15006957.
HSL color Cylindrical-coordinate representation of color #EDFCE4: hue angle of 97.5º degrees, saturation: 0.8, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EDFCE4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 228 | - |
CMYK | 0.06 | 0 | 0.10 | 0.01 |
HSL | 97.5º | 0.8% | 0.94% | - |
HSV(B) | 97.5º | 0.1% | 0.99% | - |
XYZ | 83.74 | 93.23 | 86.98 | - |
YUV | 244.78 | 118.53 | 122.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 228 | 0.06 | 0 | 0.10 | 0.01 | 97.5 | 0.8 | 0.94 |
Hex | ED | FC | E4 | 6 | 0 | A | 1 | 62 | 50 | 5E |
Octal | 355 | 374 | 344 | 6 | 0 | 12 | 1 | 142 | 120 | 136 |
Binary | 11101101 | 11111100 | 11100100 | 110 | 0 | 1010 | 1 | 1100010 | 1010000 | 1011110 |
Color Harmonies of #EDFCE4
Complementary color
Monochromatic Colors of #EDFCE4
Black with #EDFCE4
Text Example
Text Example
White with #EDFCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCE4; }
p { color: rgb(237,252,228); }
H1.HeaderClassName
{
color: #EDFCE4;
}
.AnyTagClassName
{
color: #EDFCE4;
}
</style>
background-color css
<style>
a { background-color: #EDFCE4; }
a { background-color: rgb(237,252,228); }
div.DivClassName
{
background-color: #EDFCE4;
}
.BgClassName
{
background-color: #EDFCE4;
}
</style>
border-color css
<style>
span { border-color: #EDFCE4; }
span { border-color: rgb(237,252,228); }
td.TdClassName
{
border-color: #EDFCE4;
}
.TagClassName
{
border-color: #EDFCE4;
}
</style>