Shades of Panache #E5F1E1
Tints of Panache #E5F1E1
RGB
CMYK
RGB Variations
Color information
#E5F1E1 (or 0xE5F1E1) is known color: Panache. HEX triplet: E5, F1 and E1. RGB value is (229,241,225). Sum of RGB (Red+Green+Blue) = 229+241+225=695 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.95% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 225 (88.28% from 255 or 32.37% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #E5F1E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5F1E1 is #1A0E1E. Grayscale: #EBEBEB. Windows color (decimal): -1707551 or 14807525. OLE color: 14807525.
HSL color Cylindrical-coordinate representation of color #E5F1E1: hue angle of 105º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E5F1E1 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 229 | 241 | 225 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.05 |
| HSL | 105º | 0.36% | 0.91% | - |
| HSV(B) | 105º | 0.07% | 0.95% | - |
| XYZ | 77.36 | 85 | 83.56 | - |
| YUV | 235.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 241 | 225 | 0.05 | 0 | 0.07 | 0.05 | 105 | 0.36 | 0.91 |
| Hex | E5 | F1 | E1 | 5 | 0 | 7 | 5 | 69 | 24 | 5B |
| Octal | 345 | 361 | 341 | 5 | 0 | 7 | 5 | 151 | 44 | 133 |
| Binary | 11100101 | 11110001 | 11100001 | 101 | 0 | 111 | 101 | 1101001 | 100100 | 1011011 |
Color Harmonies of #E5F1E1
Complementary color
Monochromatic Colors of #E5F1E1
Black with #E5F1E1
Text Example
Text Example
White with #E5F1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5F1E1; }
p { color: rgb(229,241,225); }
H1.HeaderClassName
{
color: #E5F1E1;
}
.AnyTagClassName
{
color: #E5F1E1;
}
</style>
background-color css
<style>
a { background-color: #E5F1E1; }
a { background-color: rgb(229,241,225); }
div.DivClassName
{
background-color: #E5F1E1;
}
.BgClassName
{
background-color: #E5F1E1;
}
</style>
border-color css
<style>
span { border-color: #E5F1E1; }
span { border-color: rgb(229,241,225); }
td.TdClassName
{
border-color: #E5F1E1;
}
.TagClassName
{
border-color: #E5F1E1;
}
</style>