#E2DDAC

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

Shades of Mint Julep #E2DDAC

Tints of Mint Julep #E2DDAC

Color information

#E2DDAC (or 0xE2DDAC) is unknown color: approx Mint Julep. HEX triplet: E2, DD and AC. RGB value is (226,221,172). Sum of RGB (Red+Green+Blue) = 226+221+172=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 221 (86.72% from 255 or 35.70% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAC is #1D2253. Grayscale: #D9D9D9. Windows color (decimal): -1909332 or 11328994. OLE color: 11328994.

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

Color convert

RGB226221172-
CMYK00.020.240.11
HSL54.44º48.21%78.04%-
HSV(B)54.44º23.89%88.63%-
XYZ64.6770.8649.3-
YUV216.91102.66134.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 221 (86.72% from 255) = 35.70%
BLUE value IS 172 (67.58% from 255) = 27.79%
R=36.51%
G=35.70%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22622117200.020.240.1154.4448.2178.04
HexE2DDAC0218B36304e
Octal3423352540230136660116
Binary1110001011011101101011000101100010111101101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDAC; }

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

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

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

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

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

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

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

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