Shades of Panache #EDEFEC
Tints of Panache #EDEFEC
RGB
CMYK
RGB Variations
Color information
#EDEFEC (or 0xEDEFEC) is known color: Panache. HEX triplet: ED, EF and EC. RGB value is (237,239,236). Sum of RGB (Red+Green+Blue) = 237+239+236=712 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.29% from 712); Green value is 239 (93.75% from 255 or 33.57% from 712); Blue value is 236 (92.58% from 255 or 33.15% from 712); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEFEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFEC is #121013. Grayscale: #EEEEEE. Windows color (decimal): -1183764 or 15527917. OLE color: 15527917.
HSL color Cylindrical-coordinate representation of color #EDEFEC: hue angle of 100º degrees, saturation: 0.09, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEFEC is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 237 | 239 | 236 | - |
CMYK | 0.01 | 0 | 0.01 | 0.06 |
HSL | 100º | 0.09% | 0.93% | - |
HSV(B) | 100º | 0.01% | 0.94% | - |
XYZ | 80.93 | 85.79 | 91.65 | - |
YUV | 238.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 239 | 236 | 0.01 | 0 | 0.01 | 0.06 | 100 | 0.09 | 0.93 |
Hex | ED | EF | EC | 1 | 0 | 1 | 6 | 64 | 9 | 5D |
Octal | 355 | 357 | 354 | 1 | 0 | 1 | 6 | 144 | 11 | 135 |
Binary | 11101101 | 11101111 | 11101100 | 1 | 0 | 1 | 110 | 1100100 | 1001 | 1011101 |
Color Harmonies of #EDEFEC
Complementary color
Monochromatic Colors of #EDEFEC
Black with #EDEFEC
Text Example
Text Example
White with #EDEFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDEFEC; }
p { color: rgb(237,239,236); }
H1.HeaderClassName
{
color: #EDEFEC;
}
.AnyTagClassName
{
color: #EDEFEC;
}
</style>
background-color css
<style>
a { background-color: #EDEFEC; }
a { background-color: rgb(237,239,236); }
div.DivClassName
{
background-color: #EDEFEC;
}
.BgClassName
{
background-color: #EDEFEC;
}
</style>
border-color css
<style>
span { border-color: #EDEFEC; }
span { border-color: rgb(237,239,236); }
td.TdClassName
{
border-color: #EDEFEC;
}
.TagClassName
{
border-color: #EDEFEC;
}
</style>