Shades of Panache #EBFFE2
Tints of Panache #EBFFE2
RGB
CMYK
RGB Variations
Color information
#EBFFE2 (or 0xEBFFE2) is known color: Panache. HEX triplet: EB, FF and E2. RGB value is (235,255,226). Sum of RGB (Red+Green+Blue) = 235+255+226=716 (94% of max value = 765). Red value is 235 (92.19% from 255 or 32.82% from 716); Green value is 255 (100% from 255 or 35.61% from 716); Blue value is 226 (88.67% from 255 or 31.56% from 716); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFE2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBFFE2 is #14001D. Grayscale: #F5F5F5. Windows color (decimal): -1310750 or 14876651. OLE color: 14876651.
HSL color Cylindrical-coordinate representation of color #EBFFE2: hue angle of 101.38º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBFFE2 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 226 | - |
| CMYK | 0.08 | 0 | 0.11 | 0 |
| HSL | 101.38º | 1% | 0.94% | - |
| HSV(B) | 101.38º | 0.11% | 1% | - |
| XYZ | 83.75 | 94.67 | 85.81 | - |
| YUV | 245.71 | 116.87 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 226 | 0.08 | 0 | 0.11 | 0 | 101.38 | 1 | 0.94 |
| Hex | EB | FF | E2 | 8 | 0 | B | 0 | 65 | 64 | 5E |
| Octal | 353 | 377 | 342 | 10 | 0 | 13 | 0 | 145 | 144 | 136 |
| Binary | 11101011 | 11111111 | 11100010 | 1000 | 0 | 1011 | 0 | 1100101 | 1100100 | 1011110 |
Color Harmonies of #EBFFE2
Complementary color
Monochromatic Colors of #EBFFE2
Black with #EBFFE2
Text Example
Text Example
White with #EBFFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFE2; }
p { color: rgb(235,255,226); }
H1.HeaderClassName
{
color: #EBFFE2;
}
.AnyTagClassName
{
color: #EBFFE2;
}
</style>
background-color css
<style>
a { background-color: #EBFFE2; }
a { background-color: rgb(235,255,226); }
div.DivClassName
{
background-color: #EBFFE2;
}
.BgClassName
{
background-color: #EBFFE2;
}
</style>
border-color css
<style>
span { border-color: #EBFFE2; }
span { border-color: rgb(235,255,226); }
td.TdClassName
{
border-color: #EBFFE2;
}
.TagClassName
{
border-color: #EBFFE2;
}
</style>