#E2DDAD

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

Shades of Mint Julep #E2DDAD

Tints of Mint Julep #E2DDAD

Color information

#E2DDAD (or 0xE2DDAD) is unknown color: approx Mint Julep. HEX triplet: E2, DD and AD. RGB value is (226,221,173). Sum of RGB (Red+Green+Blue) = 226+221+173=620 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.45% from 620); Green value is 221 (86.72% from 255 or 35.65% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DDAD is #1D2252. Grayscale: #D9D9D9. Windows color (decimal): -1909331 or 11394530. OLE color: 11394530.

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

Color convert

RGB226221173-
CMYK00.020.230.11
HSL54.34º47.75%78.24%-
HSV(B)54.34º23.45%88.63%-
XYZ64.7670.949.81-
YUV217.02103.16134.4-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.45%
GREEN value IS 221 (86.72% from 255) = 35.65%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=36.45%
G=35.65%
B=27.90%

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
Decimal22622117300.020.230.1154.3447.7578.24
HexE2DDAD0217B36304e
Octal3423352550227136660116
Binary1110001011011101101011010101011110111101101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DDAD; }

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

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

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

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

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

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

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

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