Shades of Panache #EBF2E9
Tints of Panache #EBF2E9
RGB
CMYK
RGB Variations
Color information
#EBF2E9 (or 0xEBF2E9) is known color: Panache. HEX triplet: EB, F2 and E9. RGB value is (235,242,233). Sum of RGB (Red+Green+Blue) = 235+242+233=710 (94% of max value = 765). Red value is 235 (92.19% from 255 or 33.10% from 710); Green value is 242 (94.92% from 255 or 34.08% from 710); Blue value is 233 (91.41% from 255 or 32.82% from 710); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF2E9 is #140D16. Grayscale: #EEEEEE. Windows color (decimal): -1314071 or 15332075. OLE color: 15332075.
HSL color Cylindrical-coordinate representation of color #EBF2E9: hue angle of 106.67º degrees, saturation: 0.26, 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 #EBF2E9 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 233 | - |
| CMYK | 0.03 | 0 | 0.04 | 0.05 |
| HSL | 106.67º | 0.26% | 0.93% | - |
| HSV(B) | 106.67º | 0.04% | 0.95% | - |
| XYZ | 80.72 | 87.05 | 89.64 | - |
| YUV | 238.88 | 124.68 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 233 | 0.03 | 0 | 0.04 | 0.05 | 106.67 | 0.26 | 0.93 |
| Hex | EB | F2 | E9 | 3 | 0 | 4 | 5 | 6B | 1A | 5D |
| Octal | 353 | 362 | 351 | 3 | 0 | 4 | 5 | 153 | 32 | 135 |
| Binary | 11101011 | 11110010 | 11101001 | 11 | 0 | 100 | 101 | 1101011 | 11010 | 1011101 |
Color Harmonies of #EBF2E9
Complementary color
Monochromatic Colors of #EBF2E9
Black with #EBF2E9
Text Example
Text Example
White with #EBF2E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2E9; }
p { color: rgb(235,242,233); }
H1.HeaderClassName
{
color: #EBF2E9;
}
.AnyTagClassName
{
color: #EBF2E9;
}
</style>
background-color css
<style>
a { background-color: #EBF2E9; }
a { background-color: rgb(235,242,233); }
div.DivClassName
{
background-color: #EBF2E9;
}
.BgClassName
{
background-color: #EBF2E9;
}
</style>
border-color css
<style>
span { border-color: #EBF2E9; }
span { border-color: rgb(235,242,233); }
td.TdClassName
{
border-color: #EBF2E9;
}
.TagClassName
{
border-color: #EBF2E9;
}
</style>