Shades of Panache #EBF2E5
Tints of Panache #EBF2E5
RGB
CMYK
RGB Variations
Color information
#EBF2E5 (or 0xEBF2E5) is known color: Panache. HEX triplet: EB, F2 and E5. RGB value is (235,242,229). Sum of RGB (Red+Green+Blue) = 235+242+229=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 242 (94.92% from 255 or 34.28% from 706); Blue value is 229 (89.84% from 255 or 32.44% from 706); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2E5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2E5 is #140D1A. Grayscale: #EEEEEE. Windows color (decimal): -1314075 or 15069931. OLE color: 15069931.
HSL color Cylindrical-coordinate representation of color #EBF2E5: hue angle of 92.31º degrees, saturation: 0.33, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBF2E5 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 235 | 242 | 229 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.05 |
| HSL | 92.31º | 0.33% | 0.92% | - |
| HSV(B) | 92.31º | 0.05% | 0.95% | - |
| XYZ | 80.16 | 86.82 | 86.66 | - |
| YUV | 238.43 | 122.68 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 242 | 229 | 0.03 | 0 | 0.05 | 0.05 | 92.31 | 0.33 | 0.92 |
| Hex | EB | F2 | E5 | 3 | 0 | 5 | 5 | 5C | 21 | 5C |
| Octal | 353 | 362 | 345 | 3 | 0 | 5 | 5 | 134 | 41 | 134 |
| Binary | 11101011 | 11110010 | 11100101 | 11 | 0 | 101 | 101 | 1011100 | 100001 | 1011100 |
Color Harmonies of #EBF2E5
Complementary color
Monochromatic Colors of #EBF2E5
Black with #EBF2E5
Text Example
Text Example
White with #EBF2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF2E5; }
p { color: rgb(235,242,229); }
H1.HeaderClassName
{
color: #EBF2E5;
}
.AnyTagClassName
{
color: #EBF2E5;
}
</style>
background-color css
<style>
a { background-color: #EBF2E5; }
a { background-color: rgb(235,242,229); }
div.DivClassName
{
background-color: #EBF2E5;
}
.BgClassName
{
background-color: #EBF2E5;
}
</style>
border-color css
<style>
span { border-color: #EBF2E5; }
span { border-color: rgb(235,242,229); }
td.TdClassName
{
border-color: #EBF2E5;
}
.TagClassName
{
border-color: #EBF2E5;
}
</style>