#E2DDAF

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

Shades of Mint Julep #E2DDAF

Tints of Mint Julep #E2DDAF

Color information

#E2DDAF (or 0xE2DDAF) is unknown color: approx Mint Julep. HEX triplet: E2, DD and AF. RGB value is (226,221,175). Sum of RGB (Red+Green+Blue) = 226+221+175=622 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.33% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAF is #1D2250. Grayscale: #D9D9D9. Windows color (decimal): -1909329 or 11525602. OLE color: 11525602.

HSL color Cylindrical-coordinate representation of color #E2DDAF: hue angle of 54.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E2DDAF is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226221175-
CMYK00.020.230.11
HSL54.12º46.79%78.63%-
HSV(B)54.12º22.57%88.63%-
XYZ64.9670.9850.83-
YUV217.25104.16134.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.33%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=36.33%
G=35.53%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622117500.020.230.1154.1246.7978.63
HexE2DDAF0217B362f4f
Octal3423352570227136657117
Binary1110001011011101101011110101011110111101101011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDAF; }

 p { color: rgb(226,221,175); }

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

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

 a { background-color: rgb(226,221,175); }

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

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

 span { border-color: rgb(226,221,175); }

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