Shades of Panache #EBFCDC
Tints of Panache #EBFCDC
RGB
CMYK
RGB Variations
Color information
#EBFCDC (or 0xEBFCDC) is known color: Panache. HEX triplet: EB, FC and DC. RGB value is (235,252,220). Sum of RGB (Red+Green+Blue) = 235+252+220=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 252 (98.83% from 255 or 35.64% from 707); Blue value is 220 (86.33% from 255 or 31.12% from 707); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCDC is #140323. Grayscale: #F3F3F3. Windows color (decimal): -1311524 or 14482667. OLE color: 14482667.
HSL color Cylindrical-coordinate representation of color #EBFCDC: hue angle of 91.88º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBFCDC is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 220 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.01 |
| HSL | 91.88º | 0.84% | 0.93% | - |
| HSV(B) | 91.88º | 0.13% | 0.99% | - |
| XYZ | 81.99 | 92.45 | 81.23 | - |
| YUV | 243.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 220 | 0.07 | 0 | 0.13 | 0.01 | 91.88 | 0.84 | 0.93 |
| Hex | EB | FC | DC | 7 | 0 | D | 1 | 5C | 54 | 5D |
| Octal | 353 | 374 | 334 | 7 | 0 | 15 | 1 | 134 | 124 | 135 |
| Binary | 11101011 | 11111100 | 11011100 | 111 | 0 | 1101 | 1 | 1011100 | 1010100 | 1011101 |
Color Harmonies of #EBFCDC
Complementary color
Monochromatic Colors of #EBFCDC
Black with #EBFCDC
Text Example
Text Example
White with #EBFCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCDC; }
p { color: rgb(235,252,220); }
H1.HeaderClassName
{
color: #EBFCDC;
}
.AnyTagClassName
{
color: #EBFCDC;
}
</style>
background-color css
<style>
a { background-color: #EBFCDC; }
a { background-color: rgb(235,252,220); }
div.DivClassName
{
background-color: #EBFCDC;
}
.BgClassName
{
background-color: #EBFCDC;
}
</style>
border-color css
<style>
span { border-color: #EBFCDC; }
span { border-color: rgb(235,252,220); }
td.TdClassName
{
border-color: #EBFCDC;
}
.TagClassName
{
border-color: #EBFCDC;
}
</style>