Shades of Frosted Mint #E1EAE2
Tints of Frosted Mint #E1EAE2
RGB
CMYK
RGB Variations
Color information
#E1EAE2 (or 0xE1EAE2) is known color: Frosted Mint. HEX triplet: E1, EA and E2. RGB value is (225,234,226). Sum of RGB (Red+Green+Blue) = 225+234+226=685 (90% of max value = 765). Red value is 225 (88.28% from 255 or 32.85% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 226 (88.67% from 255 or 32.99% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EAE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EAE2 is #1E151D. Grayscale: #E6E6E6. Windows color (decimal): -1971486 or 14871265. OLE color: 14871265.
HSL color Cylindrical-coordinate representation of color #E1EAE2: hue angle of 126.67º degrees, saturation: 0.18, 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 #E1EAE2 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 226 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.08 |
| HSL | 126.67º | 0.18% | 0.9% | - |
| HSV(B) | 126.67º | 0.04% | 0.92% | - |
| XYZ | 74.2 | 80.34 | 83.55 | - |
| YUV | 230.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 226 | 0.04 | 0 | 0.03 | 0.08 | 126.67 | 0.18 | 0.9 |
| Hex | E1 | EA | E2 | 4 | 0 | 3 | 8 | 7F | 12 | 5A |
| Octal | 341 | 352 | 342 | 4 | 0 | 3 | 10 | 177 | 22 | 132 |
| Binary | 11100001 | 11101010 | 11100010 | 100 | 0 | 11 | 1000 | 1111111 | 10010 | 1011010 |
Color Harmonies of #E1EAE2
Complementary color
Monochromatic Colors of #E1EAE2
Black with #E1EAE2
Text Example
Text Example
White with #E1EAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EAE2; }
p { color: rgb(225,234,226); }
H1.HeaderClassName
{
color: #E1EAE2;
}
.AnyTagClassName
{
color: #E1EAE2;
}
</style>
background-color css
<style>
a { background-color: #E1EAE2; }
a { background-color: rgb(225,234,226); }
div.DivClassName
{
background-color: #E1EAE2;
}
.BgClassName
{
background-color: #E1EAE2;
}
</style>
border-color css
<style>
span { border-color: #E1EAE2; }
span { border-color: rgb(225,234,226); }
td.TdClassName
{
border-color: #E1EAE2;
}
.TagClassName
{
border-color: #E1EAE2;
}
</style>