Shades of Panache #E6F1E0
Tints of Panache #E6F1E0
RGB
CMYK
RGB Variations
Color information
#E6F1E0 (or 0xE6F1E0) is known color: Panache. HEX triplet: E6, F1 and E0. RGB value is (230,241,224). Sum of RGB (Red+Green+Blue) = 230+241+224=695 (92% of max value = 765). Red value is 230 (90.23% from 255 or 33.09% from 695); Green value is 241 (94.53% from 255 or 34.68% from 695); Blue value is 224 (87.89% from 255 or 32.23% from 695); Max value from RGB is 241 - color contains mainly: green. Hex color #E6F1E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #E6F1E0 is #190E1F. Grayscale: #EBEBEB. Windows color (decimal): -1642016 or 14741990. OLE color: 14741990.
HSL color Cylindrical-coordinate representation of color #E6F1E0: hue angle of 98.82º degrees, saturation: 0.38, 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 #E6F1E0 is Cyan = 0.05, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 230 | 241 | 224 | - |
| CMYK | 0.05 | 0 | 0.07 | 0.05 |
| HSL | 98.82º | 0.38% | 0.91% | - |
| HSV(B) | 98.82º | 0.07% | 0.95% | - |
| XYZ | 77.54 | 85.12 | 82.86 | - |
| YUV | 235.77 | 121.36 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 241 | 224 | 0.05 | 0 | 0.07 | 0.05 | 98.82 | 0.38 | 0.91 |
| Hex | E6 | F1 | E0 | 5 | 0 | 7 | 5 | 63 | 26 | 5B |
| Octal | 346 | 361 | 340 | 5 | 0 | 7 | 5 | 143 | 46 | 133 |
| Binary | 11100110 | 11110001 | 11100000 | 101 | 0 | 111 | 101 | 1100011 | 100110 | 1011011 |
Color Harmonies of #E6F1E0
Complementary color
Monochromatic Colors of #E6F1E0
Black with #E6F1E0
Text Example
Text Example
White with #E6F1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6F1E0; }
p { color: rgb(230,241,224); }
H1.HeaderClassName
{
color: #E6F1E0;
}
.AnyTagClassName
{
color: #E6F1E0;
}
</style>
background-color css
<style>
a { background-color: #E6F1E0; }
a { background-color: rgb(230,241,224); }
div.DivClassName
{
background-color: #E6F1E0;
}
.BgClassName
{
background-color: #E6F1E0;
}
</style>
border-color css
<style>
span { border-color: #E6F1E0; }
span { border-color: rgb(230,241,224); }
td.TdClassName
{
border-color: #E6F1E0;
}
.TagClassName
{
border-color: #E6F1E0;
}
</style>