Shades of Panache #EDFCE5
Tints of Panache #EDFCE5
RGB
CMYK
RGB Variations
Color information
#EDFCE5 (or 0xEDFCE5) is known color: Panache. HEX triplet: ED, FC and E5. RGB value is (237,252,229). Sum of RGB (Red+Green+Blue) = 237+252+229=718 (95% of max value = 765). Red value is 237 (92.97% from 255 or 33.01% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 229 (89.84% from 255 or 31.89% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFCE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDFCE5 is #12031A. Grayscale: #F4F4F4. Windows color (decimal): -1180443 or 15072493. OLE color: 15072493.
HSL color Cylindrical-coordinate representation of color #EDFCE5: hue angle of 99.13º degrees, saturation: 0.79, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDFCE5 is Cyan = 0.06, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 252 | 229 | - |
CMYK | 0.06 | 0 | 0.09 | 0.01 |
HSL | 99.13º | 0.79% | 0.94% | - |
HSV(B) | 99.13º | 0.09% | 0.99% | - |
XYZ | 83.88 | 93.28 | 87.71 | - |
YUV | 244.89 | 119.03 | 122.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 252 | 229 | 0.06 | 0 | 0.09 | 0.01 | 99.13 | 0.79 | 0.94 |
Hex | ED | FC | E5 | 6 | 0 | 9 | 1 | 63 | 4F | 5E |
Octal | 355 | 374 | 345 | 6 | 0 | 11 | 1 | 143 | 117 | 136 |
Binary | 11101101 | 11111100 | 11100101 | 110 | 0 | 1001 | 1 | 1100011 | 1001111 | 1011110 |
Color Harmonies of #EDFCE5
Complementary color
Monochromatic Colors of #EDFCE5
Black with #EDFCE5
Text Example
Text Example
White with #EDFCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCE5; }
p { color: rgb(237,252,229); }
H1.HeaderClassName
{
color: #EDFCE5;
}
.AnyTagClassName
{
color: #EDFCE5;
}
</style>
background-color css
<style>
a { background-color: #EDFCE5; }
a { background-color: rgb(237,252,229); }
div.DivClassName
{
background-color: #EDFCE5;
}
.BgClassName
{
background-color: #EDFCE5;
}
</style>
border-color css
<style>
span { border-color: #EDFCE5; }
span { border-color: rgb(237,252,229); }
td.TdClassName
{
border-color: #EDFCE5;
}
.TagClassName
{
border-color: #EDFCE5;
}
</style>