Shades of Panache #EFFDE8
Tints of Panache #EFFDE8
RGB
CMYK
RGB Variations
Color information
#EFFDE8 (or 0xEFFDE8) is known color: Panache. HEX triplet: EF, FD and E8. RGB value is (239,253,232). Sum of RGB (Red+Green+Blue) = 239+253+232=724 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.01% from 724); Green value is 253 (99.22% from 255 or 34.94% from 724); Blue value is 232 (91.02% from 255 or 32.04% from 724); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFDE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFFDE8 is #100217. Grayscale: #F6F6F6. Windows color (decimal): -1049112 or 15269359. OLE color: 15269359.
HSL color Cylindrical-coordinate representation of color #EFFDE8: hue angle of 100º degrees, saturation: 0.84, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFFDE8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 239 | 253 | 232 | - |
| CMYK | 0.06 | 0 | 0.08 | 0.01 |
| HSL | 100º | 0.84% | 0.95% | - |
| HSV(B) | 100º | 0.08% | 0.99% | - |
| XYZ | 85.29 | 94.43 | 90.08 | - |
| YUV | 246.42 | 119.86 | 122.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 253 | 232 | 0.06 | 0 | 0.08 | 0.01 | 100 | 0.84 | 0.95 |
| Hex | EF | FD | E8 | 6 | 0 | 8 | 1 | 64 | 54 | 5F |
| Octal | 357 | 375 | 350 | 6 | 0 | 10 | 1 | 144 | 124 | 137 |
| Binary | 11101111 | 11111101 | 11101000 | 110 | 0 | 1000 | 1 | 1100100 | 1010100 | 1011111 |
Color Harmonies of #EFFDE8
Complementary color
Monochromatic Colors of #EFFDE8
Black with #EFFDE8
Text Example
Text Example
White with #EFFDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFFDE8; }
p { color: rgb(239,253,232); }
H1.HeaderClassName
{
color: #EFFDE8;
}
.AnyTagClassName
{
color: #EFFDE8;
}
</style>
background-color css
<style>
a { background-color: #EFFDE8; }
a { background-color: rgb(239,253,232); }
div.DivClassName
{
background-color: #EFFDE8;
}
.BgClassName
{
background-color: #EFFDE8;
}
</style>
border-color css
<style>
span { border-color: #EFFDE8; }
span { border-color: rgb(239,253,232); }
td.TdClassName
{
border-color: #EFFDE8;
}
.TagClassName
{
border-color: #EFFDE8;
}
</style>