#E2DDA1

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

Shades of Mint Julep #E2DDA1

Tints of Mint Julep #E2DDA1

Color information

#E2DDA1 (or 0xE2DDA1) is unknown color: approx Mint Julep. HEX triplet: E2, DD and A1. RGB value is (226,221,161). Sum of RGB (Red+Green+Blue) = 226+221+161=608 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.17% from 608); Green value is 221 (86.72% from 255 or 36.35% from 608); Blue value is 161 (63.28% from 255 or 26.48% from 608); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDA1 is #1D225E. Grayscale: #D7D7D7. Windows color (decimal): -1909343 or 10608098. OLE color: 10608098.

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

Color convert

RGB226221161-
CMYK00.020.290.11
HSL55.38º52.85%75.88%-
HSV(B)55.38º28.76%88.63%-
XYZ63.6570.4543.96-
YUV215.6597.16135.38-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.17%
GREEN value IS 221 (86.72% from 255) = 36.35%
BLUE value IS 161 (63.28% from 255) = 26.48%
R=37.17%
G=36.35%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622116100.020.290.1155.3852.8575.88
HexE2DDA1021DB37354c
Octal3423352410235136765114
Binary1110001011011101101000010101110110111101111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDA1; }

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

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

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

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

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

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

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

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