Shades of Frosted Mint #E1EBE2
Tints of Frosted Mint #E1EBE2
RGB
CMYK
RGB Variations
Color information
#E1EBE2 (or 0xE1EBE2) is known color: Frosted Mint. HEX triplet: E1, EB and E2. RGB value is (225,235,226). Sum of RGB (Red+Green+Blue) = 225+235+226=686 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.80% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 226 (88.67% from 255 or 32.94% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBE2 is #1E141D. Grayscale: #E7E7E7. Windows color (decimal): -1971230 or 14871521. OLE color: 14871521.
HSL color Cylindrical-coordinate representation of color #E1EBE2: hue angle of 126º degrees, saturation: 0.2, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E1EBE2 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 226 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.08 |
| HSL | 126º | 0.2% | 0.9% | - |
| HSV(B) | 126º | 0.04% | 0.92% | - |
| XYZ | 74.49 | 80.92 | 83.64 | - |
| YUV | 230.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 226 | 0.04 | 0 | 0.04 | 0.08 | 126 | 0.2 | 0.9 |
| Hex | E1 | EB | E2 | 4 | 0 | 4 | 8 | 7E | 14 | 5A |
| Octal | 341 | 353 | 342 | 4 | 0 | 4 | 10 | 176 | 24 | 132 |
| Binary | 11100001 | 11101011 | 11100010 | 100 | 0 | 100 | 1000 | 1111110 | 10100 | 1011010 |
Color Harmonies of #E1EBE2
Complementary color
Monochromatic Colors of #E1EBE2
Black with #E1EBE2
Text Example
Text Example
White with #E1EBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBE2; }
p { color: rgb(225,235,226); }
H1.HeaderClassName
{
color: #E1EBE2;
}
.AnyTagClassName
{
color: #E1EBE2;
}
</style>
background-color css
<style>
a { background-color: #E1EBE2; }
a { background-color: rgb(225,235,226); }
div.DivClassName
{
background-color: #E1EBE2;
}
.BgClassName
{
background-color: #E1EBE2;
}
</style>
border-color css
<style>
span { border-color: #E1EBE2; }
span { border-color: rgb(225,235,226); }
td.TdClassName
{
border-color: #E1EBE2;
}
.TagClassName
{
border-color: #E1EBE2;
}
</style>