Shades of Panache #EBFFDD
Tints of Panache #EBFFDD
RGB
CMYK
RGB Variations
Color information
#EBFFDD (or 0xEBFFDD) is known color: Panache. HEX triplet: EB, FF and DD. RGB value is (235,255,221). Sum of RGB (Red+Green+Blue) = 235+255+221=711 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.05% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 221 (86.72% from 255 or 31.08% from 711); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFDD is #140022. Grayscale: #F5F5F5. Windows color (decimal): -1310755 or 14548971. OLE color: 14548971.
HSL color Cylindrical-coordinate representation of color #EBFFDD: hue angle of 95.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBFFDD is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 221 | - |
| CMYK | 0.08 | 0 | 0.13 | 0 |
| HSL | 95.29º | 1% | 0.93% | - |
| HSV(B) | 95.29º | 0.13% | 1% | - |
| XYZ | 83.07 | 94.4 | 82.25 | - |
| YUV | 245.14 | 114.37 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 221 | 0.08 | 0 | 0.13 | 0 | 95.29 | 1 | 0.93 |
| Hex | EB | FF | DD | 8 | 0 | D | 0 | 5F | 64 | 5D |
| Octal | 353 | 377 | 335 | 10 | 0 | 15 | 0 | 137 | 144 | 135 |
| Binary | 11101011 | 11111111 | 11011101 | 1000 | 0 | 1101 | 0 | 1011111 | 1100100 | 1011101 |
Color Harmonies of #EBFFDD
Complementary color
Monochromatic Colors of #EBFFDD
Black with #EBFFDD
Text Example
Text Example
White with #EBFFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFDD; }
p { color: rgb(235,255,221); }
H1.HeaderClassName
{
color: #EBFFDD;
}
.AnyTagClassName
{
color: #EBFFDD;
}
</style>
background-color css
<style>
a { background-color: #EBFFDD; }
a { background-color: rgb(235,255,221); }
div.DivClassName
{
background-color: #EBFFDD;
}
.BgClassName
{
background-color: #EBFFDD;
}
</style>
border-color css
<style>
span { border-color: #EBFFDD; }
span { border-color: rgb(235,255,221); }
td.TdClassName
{
border-color: #EBFFDD;
}
.TagClassName
{
border-color: #EBFFDD;
}
</style>