#E2DDA2

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

Shades of Mint Julep #E2DDA2

Tints of Mint Julep #E2DDA2

Color information

#E2DDA2 (or 0xE2DDA2) is unknown color: approx Mint Julep. HEX triplet: E2, DD and A2. RGB value is (226,221,162). Sum of RGB (Red+Green+Blue) = 226+221+162=609 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.11% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 162 (63.67% from 255 or 26.60% from 609); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDA2 is #1D225D. Grayscale: #D8D8D8. Windows color (decimal): -1909342 or 10673634. OLE color: 10673634.

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

Color convert

RGB226221162-
CMYK00.020.280.11
HSL55.31º52.46%76.08%-
HSV(B)55.31º28.32%88.63%-
XYZ63.7470.4944.43-
YUV215.7797.66135.3-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 37.11%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 162 (63.67% from 255) = 26.60%
R=37.11%
G=36.29%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.28
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622116200.020.280.1155.3152.4676.08
HexE2DDA2021CB37344c
Octal3423352420234136764114
Binary1110001011011101101000100101110010111101111101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDA2; }

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

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

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

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

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

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

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

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