Shades of Frosted Mint #E1EEE2
Tints of Frosted Mint #E1EEE2
RGB
CMYK
RGB Variations
Color information
#E1EEE2 (or 0xE1EEE2) is known color: Frosted Mint. HEX triplet: E1, EE and E2. RGB value is (225,238,226). Sum of RGB (Red+Green+Blue) = 225+238+226=689 (91% of max value = 765). Red value is 225 (88.28% from 255 or 32.66% from 689); Green value is 238 (93.36% from 255 or 34.54% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEE2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EEE2 is #1E111D. Grayscale: #E8E8E8. Windows color (decimal): -1970462 or 14872289. OLE color: 14872289.
HSL color Cylindrical-coordinate representation of color #E1EEE2: hue angle of 124.62º degrees, saturation: 0.28, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #E1EEE2 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 226 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.07 |
| HSL | 124.62º | 0.28% | 0.91% | - |
| HSV(B) | 124.62º | 0.05% | 0.93% | - |
| XYZ | 75.35 | 82.65 | 83.93 | - |
| YUV | 232.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 226 | 0.05 | 0 | 0.05 | 0.07 | 124.62 | 0.28 | 0.91 |
| Hex | E1 | EE | E2 | 5 | 0 | 5 | 7 | 7D | 1C | 5B |
| Octal | 341 | 356 | 342 | 5 | 0 | 5 | 7 | 175 | 34 | 133 |
| Binary | 11100001 | 11101110 | 11100010 | 101 | 0 | 101 | 111 | 1111101 | 11100 | 1011011 |
Color Harmonies of #E1EEE2
Complementary color
Monochromatic Colors of #E1EEE2
Black with #E1EEE2
Text Example
Text Example
White with #E1EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEE2; }
p { color: rgb(225,238,226); }
H1.HeaderClassName
{
color: #E1EEE2;
}
.AnyTagClassName
{
color: #E1EEE2;
}
</style>
background-color css
<style>
a { background-color: #E1EEE2; }
a { background-color: rgb(225,238,226); }
div.DivClassName
{
background-color: #E1EEE2;
}
.BgClassName
{
background-color: #E1EEE2;
}
</style>
border-color css
<style>
span { border-color: #E1EEE2; }
span { border-color: rgb(225,238,226); }
td.TdClassName
{
border-color: #E1EEE2;
}
.TagClassName
{
border-color: #E1EEE2;
}
</style>