Shades of Panache #EBF2E8
Tints of Panache #EBF2E8
RGB
CMYK
RGB Variations
Color information
#EBF2E8 (or 0xEBF2E8) is known color: Panache. HEX triplet: EB, F2 and E8. RGB value is (235,242,232). Sum of RGB (Red+Green+Blue) = 235+242+232=709 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.15% from 709); Green value is 242 (94.92% from 255 or 34.13% from 709); Blue value is 232 (91.02% from 255 or 32.72% from 709); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2E8 is #140D17. Grayscale: #EEEEEE. Windows color (decimal): -1314072 or 15266539. OLE color: 15266539.
HSL color Cylindrical-coordinate representation of color #EBF2E8: hue angle of 102º degrees, saturation: 0.28, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF2E8 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 232 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.05 |
| HSL | 102º | 0.28% | 0.93% | - |
| HSV(B) | 102º | 0.04% | 0.95% | - |
| XYZ | 80.58 | 86.99 | 88.89 | - |
| YUV | 238.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 232 | 0.03 | 0 | 0.04 | 0.05 | 102 | 0.28 | 0.93 |
| Hex | EB | F2 | E8 | 3 | 0 | 4 | 5 | 66 | 1C | 5D |
| Octal | 353 | 362 | 350 | 3 | 0 | 4 | 5 | 146 | 34 | 135 |
| Binary | 11101011 | 11110010 | 11101000 | 11 | 0 | 100 | 101 | 1100110 | 11100 | 1011101 |
Color Harmonies of #EBF2E8
Complementary color
Monochromatic Colors of #EBF2E8
Black with #EBF2E8
Text Example
Text Example
White with #EBF2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2E8; }
p { color: rgb(235,242,232); }
H1.HeaderClassName
{
color: #EBF2E8;
}
.AnyTagClassName
{
color: #EBF2E8;
}
</style>
background-color css
<style>
a { background-color: #EBF2E8; }
a { background-color: rgb(235,242,232); }
div.DivClassName
{
background-color: #EBF2E8;
}
.BgClassName
{
background-color: #EBF2E8;
}
</style>
border-color css
<style>
span { border-color: #EBF2E8; }
span { border-color: rgb(235,242,232); }
td.TdClassName
{
border-color: #EBF2E8;
}
.TagClassName
{
border-color: #EBF2E8;
}
</style>