Shades of Panache #EBFFD7
Tints of Panache #EBFFD7
RGB
CMYK
RGB Variations
Color information
#EBFFD7 (or 0xEBFFD7) is known color: Panache. HEX triplet: EB, FF and D7. RGB value is (235,255,215). Sum of RGB (Red+Green+Blue) = 235+255+215=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 255 (100% from 255 or 36.17% from 705); Blue value is 215 (84.38% from 255 or 30.50% from 705); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFD7 is #140028. Grayscale: #F4F4F4. Windows color (decimal): -1310761 or 14155755. OLE color: 14155755.
HSL color Cylindrical-coordinate representation of color #EBFFD7: hue angle of 90º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EBFFD7 is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 215 | - |
| CMYK | 0.08 | 0 | 0.16 | 0 |
| HSL | 90º | 1% | 0.92% | - |
| HSV(B) | 90º | 0.16% | 1% | - |
| XYZ | 82.29 | 94.09 | 78.11 | - |
| YUV | 244.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 215 | 0.08 | 0 | 0.16 | 0 | 90 | 1 | 0.92 |
| Hex | EB | FF | D7 | 8 | 0 | 10 | 0 | 5A | 64 | 5C |
| Octal | 353 | 377 | 327 | 10 | 0 | 20 | 0 | 132 | 144 | 134 |
| Binary | 11101011 | 11111111 | 11010111 | 1000 | 0 | 10000 | 0 | 1011010 | 1100100 | 1011100 |
Color Harmonies of #EBFFD7
Complementary color
Monochromatic Colors of #EBFFD7
Black with #EBFFD7
Text Example
Text Example
White with #EBFFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFD7; }
p { color: rgb(235,255,215); }
H1.HeaderClassName
{
color: #EBFFD7;
}
.AnyTagClassName
{
color: #EBFFD7;
}
</style>
background-color css
<style>
a { background-color: #EBFFD7; }
a { background-color: rgb(235,255,215); }
div.DivClassName
{
background-color: #EBFFD7;
}
.BgClassName
{
background-color: #EBFFD7;
}
</style>
border-color css
<style>
span { border-color: #EBFFD7; }
span { border-color: rgb(235,255,215); }
td.TdClassName
{
border-color: #EBFFD7;
}
.TagClassName
{
border-color: #EBFFD7;
}
</style>