#E1FAAD

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

Shades of Australian Mint #E1FAAD

Tints of Australian Mint #E1FAAD

Color information

#E1FAAD (or 0xE1FAAD) is unknown color: approx Australian Mint. HEX triplet: E1, FA and AD. RGB value is (225,250,173). Sum of RGB (Red+Green+Blue) = 225+250+173=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 173 (67.97% from 255 or 26.70% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #E1FAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E1FAAD is #1E0552. Grayscale: #EAEAEA. Windows color (decimal): -1967443 or 11401953. OLE color: 11401953.

HSL color Cylindrical-coordinate representation of color #E1FAAD: hue angle of 79.48º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E1FAAD is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB225250173-
CMYK0.1000.310.02
HSL79.48º88.51%82.94%-
HSV(B)79.48º30.8%98.04%-
XYZ72.7887.452.57-
YUV233.7593.72121.76-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.72%
GREEN value IS 250 (98.05% from 255) = 38.58%
BLUE value IS 173 (67.97% from 255) = 26.70%
R=34.72%
G=38.58%
B=26.70%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2252501730.1000.310.0279.4888.5182.94
HexE1FAADA01F24f5953
Octal341372255120372117131123
Binary111000011111101010101101101001111110100111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1FAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1FAAD; }

 p { color: rgb(225,250,173); }

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

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

 a { background-color: rgb(225,250,173); }

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

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

 span { border-color: rgb(225,250,173); }

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