Shades of Panache #EBFCDD
Tints of Panache #EBFCDD
RGB
CMYK
RGB Variations
Color information
#EBFCDD (or 0xEBFCDD) is known color: Panache. HEX triplet: EB, FC and DD. RGB value is (235,252,221). Sum of RGB (Red+Green+Blue) = 235+252+221=708 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.19% from 708); Green value is 252 (98.83% from 255 or 35.59% from 708); Blue value is 221 (86.72% from 255 or 31.21% from 708); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFCDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFCDD is #140322. Grayscale: #F3F3F3. Windows color (decimal): -1311523 or 14548203. OLE color: 14548203.
HSL color Cylindrical-coordinate representation of color #EBFCDD: hue angle of 92.9º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EBFCDD is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 235 | 252 | 221 | - |
| CMYK | 0.07 | 0 | 0.12 | 0.01 |
| HSL | 92.9º | 0.84% | 0.93% | - |
| HSV(B) | 92.9º | 0.12% | 0.99% | - |
| XYZ | 82.12 | 92.5 | 81.93 | - |
| YUV | 243.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 221 | 0.07 | 0 | 0.12 | 0.01 | 92.9 | 0.84 | 0.93 |
| Hex | EB | FC | DD | 7 | 0 | C | 1 | 5D | 54 | 5D |
| Octal | 353 | 374 | 335 | 7 | 0 | 14 | 1 | 135 | 124 | 135 |
| Binary | 11101011 | 11111100 | 11011101 | 111 | 0 | 1100 | 1 | 1011101 | 1010100 | 1011101 |
Color Harmonies of #EBFCDD
Complementary color
Monochromatic Colors of #EBFCDD
Black with #EBFCDD
Text Example
Text Example
White with #EBFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCDD; }
p { color: rgb(235,252,221); }
H1.HeaderClassName
{
color: #EBFCDD;
}
.AnyTagClassName
{
color: #EBFCDD;
}
</style>
background-color css
<style>
a { background-color: #EBFCDD; }
a { background-color: rgb(235,252,221); }
div.DivClassName
{
background-color: #EBFCDD;
}
.BgClassName
{
background-color: #EBFCDD;
}
</style>
border-color css
<style>
span { border-color: #EBFCDD; }
span { border-color: rgb(235,252,221); }
td.TdClassName
{
border-color: #EBFCDD;
}
.TagClassName
{
border-color: #EBFCDD;
}
</style>