#E1FDAC

Color #E1FDAC Australian Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Australian Mint #E1FDAC

Tints of Australian Mint #E1FDAC

Color information

#E1FDAC (or 0xE1FDAC) is unknown color: approx 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

RGB225253172-
CMYK0.1100.320.01
HSL80.74º95.29%83.33%-
HSV(B)80.74º32.02%99.22%-
XYZ73.6289.2452.37-
YUV235.3992.22120.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 225 (88.28% from 255) = 34.62%
GREEN value IS 253 (99.22% from 255) = 38.92%
BLUE value IS 172 (67.58% from 255) = 26.46%
R=34.62%
G=38.92%
B=26.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531720.1100.320.0180.7495.2983.33
HexE1FDACB0201515f53
Octal341375254130401121137123
Binary111000011111110110101100101101000001101000110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>