Shades of Panache #EBF8DF
Tints of Panache #EBF8DF
RGB
CMYK
RGB Variations
Color information
#EBF8DF (or 0xEBF8DF) is known color: Panache. HEX triplet: EB, F8 and DF. RGB value is (235,248,223). Sum of RGB (Red+Green+Blue) = 235+248+223=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 248 (97.27% from 255 or 35.13% from 706); Blue value is 223 (87.5% from 255 or 31.59% from 706); Max value from RGB is 248 - color contains mainly: green. Hex color #EBF8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF8DF is #140720. Grayscale: #F1F1F1. Windows color (decimal): -1312545 or 14678251. OLE color: 14678251.
HSL color Cylindrical-coordinate representation of color #EBF8DF: hue angle of 91.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EBF8DF is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 235 | 248 | 223 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.03 |
| HSL | 91.2º | 0.64% | 0.92% | - |
| HSV(B) | 91.2º | 0.1% | 0.97% | - |
| XYZ | 81.15 | 90.12 | 82.93 | - |
| YUV | 241.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 248 | 223 | 0.05 | 0 | 0.10 | 0.03 | 91.2 | 0.64 | 0.92 |
| Hex | EB | F8 | DF | 5 | 0 | A | 3 | 5B | 40 | 5C |
| Octal | 353 | 370 | 337 | 5 | 0 | 12 | 3 | 133 | 100 | 134 |
| Binary | 11101011 | 11111000 | 11011111 | 101 | 0 | 1010 | 11 | 1011011 | 1000000 | 1011100 |
Color Harmonies of #EBF8DF
Complementary color
Monochromatic Colors of #EBF8DF
Black with #EBF8DF
Text Example
Text Example
White with #EBF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF8DF; }
p { color: rgb(235,248,223); }
H1.HeaderClassName
{
color: #EBF8DF;
}
.AnyTagClassName
{
color: #EBF8DF;
}
</style>
background-color css
<style>
a { background-color: #EBF8DF; }
a { background-color: rgb(235,248,223); }
div.DivClassName
{
background-color: #EBF8DF;
}
.BgClassName
{
background-color: #EBF8DF;
}
</style>
border-color css
<style>
span { border-color: #EBF8DF; }
span { border-color: rgb(235,248,223); }
td.TdClassName
{
border-color: #EBF8DF;
}
.TagClassName
{
border-color: #EBF8DF;
}
</style>