Shades of Frosted Mint #E1F3E4
Tints of Frosted Mint #E1F3E4
RGB
CMYK
RGB Variations
Color information
#E1F3E4 (or 0xE1F3E4) is known color: Frosted Mint. HEX triplet: E1, F3 and E4. RGB value is (225,243,228). Sum of RGB (Red+Green+Blue) = 225+243+228=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 243 (95.31% from 255 or 34.91% from 696); Blue value is 228 (89.45% from 255 or 32.76% from 696); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F3E4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F3E4 is #1E0C1B. Grayscale: #EBEBEB. Windows color (decimal): -1969180 or 15004641. OLE color: 15004641.
HSL color Cylindrical-coordinate representation of color #E1F3E4: hue angle of 130º degrees, saturation: 0.43, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E1F3E4 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 228 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.05 |
| HSL | 130º | 0.43% | 0.92% | - |
| HSV(B) | 130º | 0.07% | 0.95% | - |
| XYZ | 77.11 | 85.71 | 85.88 | - |
| YUV | 235.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 228 | 0.07 | 0 | 0.06 | 0.05 | 130 | 0.43 | 0.92 |
| Hex | E1 | F3 | E4 | 7 | 0 | 6 | 5 | 82 | 2B | 5C |
| Octal | 341 | 363 | 344 | 7 | 0 | 6 | 5 | 202 | 53 | 134 |
| Binary | 11100001 | 11110011 | 11100100 | 111 | 0 | 110 | 101 | 10000010 | 101011 | 1011100 |
Color Harmonies of #E1F3E4
Complementary color
Monochromatic Colors of #E1F3E4
Black with #E1F3E4
Text Example
Text Example
White with #E1F3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F3E4; }
p { color: rgb(225,243,228); }
H1.HeaderClassName
{
color: #E1F3E4;
}
.AnyTagClassName
{
color: #E1F3E4;
}
</style>
background-color css
<style>
a { background-color: #E1F3E4; }
a { background-color: rgb(225,243,228); }
div.DivClassName
{
background-color: #E1F3E4;
}
.BgClassName
{
background-color: #E1F3E4;
}
</style>
border-color css
<style>
span { border-color: #E1F3E4; }
span { border-color: rgb(225,243,228); }
td.TdClassName
{
border-color: #E1F3E4;
}
.TagClassName
{
border-color: #E1F3E4;
}
</style>