#E1FDAE

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

Shades of Australian Mint #E1FDAE

Tints of Australian Mint #E1FDAE

Color information

#E1FDAE (or 0xE1FDAE) is unknown color: approx Australian Mint. HEX triplet: E1, FD and AE. RGB value is (225,253,174). Sum of RGB (Red+Green+Blue) = 225+253+174=652 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.51% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 174 (68.36% from 255 or 26.69% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #E1FDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FDAE is #1E0251. Grayscale: #EBEBEB. Windows color (decimal): -1966674 or 11468257. OLE color: 11468257.

HSL color Cylindrical-coordinate representation of color #E1FDAE: hue angle of 81.27º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FDAE is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB225253174-
CMYK0.1100.310.01
HSL81.27º95.18%83.73%-
HSV(B)81.27º31.23%99.22%-
XYZ73.8289.3153.39-
YUV235.6293.22120.42-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.51%
GREEN value IS 253 (99.22% from 255) = 38.80%
BLUE value IS 174 (68.36% from 255) = 26.69%
R=34.51%
G=38.80%
B=26.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2252531740.1100.310.0181.2795.1883.73
HexE1FDAEB01F1515f54
Octal341375256130371121137124
Binary11100001111111011010111010110111111101000110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FDAE; }

 p { color: rgb(225,253,174); }

 H1.HeaderClassName
 {
   color: #E1FDAE;
 }
 .AnyTagClassName
 {
   color: #E1FDAE;
 }
</style>
background-color css

<style>
 a { background-color: #E1FDAE; }

 a { background-color: rgb(225,253,174); }

 div.DivClassName
 {
   background-color: #E1FDAE;
 }
 .BgClassName
 {
   background-color: #E1FDAE;
 }
</style>
border-color css

<style>
 span { border-color: #E1FDAE; }

 span { border-color: rgb(225,253,174); }

 td.TdClassName
 {
   border-color: #E1FDAE;
 }
 .TagClassName
 {
   border-color: #E1FDAE;
 }
</style>