Shades of Panache #EBFFDC
Tints of Panache #EBFFDC
RGB
CMYK
RGB Variations
Color information
#EBFFDC (or 0xEBFFDC) is known color: Panache. HEX triplet: EB, FF and DC. RGB value is (235,255,220). Sum of RGB (Red+Green+Blue) = 235+255+220=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 220 (86.33% from 255 or 30.99% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFDC is #140023. Grayscale: #F5F5F5. Windows color (decimal): -1310756 or 14483435. OLE color: 14483435.
HSL color Cylindrical-coordinate representation of color #EBFFDC: hue angle of 94.29º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBFFDC is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 220 | - |
| CMYK | 0.08 | 0 | 0.14 | 0 |
| HSL | 94.29º | 1% | 0.93% | - |
| HSV(B) | 94.29º | 0.14% | 1% | - |
| XYZ | 82.94 | 94.35 | 81.55 | - |
| YUV | 245.03 | 113.87 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 220 | 0.08 | 0 | 0.14 | 0 | 94.29 | 1 | 0.93 |
| Hex | EB | FF | DC | 8 | 0 | E | 0 | 5E | 64 | 5D |
| Octal | 353 | 377 | 334 | 10 | 0 | 16 | 0 | 136 | 144 | 135 |
| Binary | 11101011 | 11111111 | 11011100 | 1000 | 0 | 1110 | 0 | 1011110 | 1100100 | 1011101 |
Color Harmonies of #EBFFDC
Complementary color
Monochromatic Colors of #EBFFDC
Black with #EBFFDC
Text Example
Text Example
White with #EBFFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFDC; }
p { color: rgb(235,255,220); }
H1.HeaderClassName
{
color: #EBFFDC;
}
.AnyTagClassName
{
color: #EBFFDC;
}
</style>
background-color css
<style>
a { background-color: #EBFFDC; }
a { background-color: rgb(235,255,220); }
div.DivClassName
{
background-color: #EBFFDC;
}
.BgClassName
{
background-color: #EBFFDC;
}
</style>
border-color css
<style>
span { border-color: #EBFFDC; }
span { border-color: rgb(235,255,220); }
td.TdClassName
{
border-color: #EBFFDC;
}
.TagClassName
{
border-color: #EBFFDC;
}
</style>