Shades of Australian Mint #E1FDAC
Tints of Australian Mint #E1FDAC
RGB
CMYK
RGB Variations
Color information
#E1FDAC (or 0xE1FDAC) is known color: Australian Mint. HEX triplet: E1, FD and AC. RGB value is (225,253,172). Sum of RGB (Red+Green+Blue) = 225+253+172=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 253 (99.22% from 255 or 38.92% from 650); Blue value is 172 (67.58% from 255 or 26.46% from 650); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FDAC is #1E0253. Grayscale: #EBEBEB. Windows color (decimal): -1966676 or 11337185. OLE color: 11337185.
HSL color Cylindrical-coordinate representation of color #E1FDAC: hue angle of 80.74º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #E1FDAC is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 225 | 253 | 172 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.01 |
| HSL | 80.74º | 0.95% | 0.83% | - |
| HSV(B) | 80.74º | 0.32% | 0.99% | - |
| XYZ | 73.62 | 89.24 | 52.37 | - |
| YUV | 235.39 | 92.22 | 120.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 253 | 172 | 0.11 | 0 | 0.32 | 0.01 | 80.74 | 0.95 | 0.83 |
| Hex | E1 | FD | AC | B | 0 | 20 | 1 | 51 | 5F | 53 |
| Octal | 341 | 375 | 254 | 13 | 0 | 40 | 1 | 121 | 137 | 123 |
| Binary | 11100001 | 11111101 | 10101100 | 1011 | 0 | 100000 | 1 | 1010001 | 1011111 | 1010011 |
Color Harmonies of #E1FDAC
Complementary color
Monochromatic Colors of #E1FDAC
Black with #E1FDAC
Text Example
Text Example
White with #E1FDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1FDAC; }
p { color: rgb(225,253,172); }
H1.HeaderClassName
{
color: #E1FDAC;
}
.AnyTagClassName
{
color: #E1FDAC;
}
</style>
background-color css
<style>
a { background-color: #E1FDAC; }
a { background-color: rgb(225,253,172); }
div.DivClassName
{
background-color: #E1FDAC;
}
.BgClassName
{
background-color: #E1FDAC;
}
</style>
border-color css
<style>
span { border-color: #E1FDAC; }
span { border-color: rgb(225,253,172); }
td.TdClassName
{
border-color: #E1FDAC;
}
.TagClassName
{
border-color: #E1FDAC;
}
</style>