#E2DBAA

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

Shades of Mint Julep #E2DBAA

Tints of Mint Julep #E2DBAA

Color information

#E2DBAA (or 0xE2DBAA) is unknown color: approx Mint Julep. HEX triplet: E2, DB and AA. RGB value is (226,219,170). Sum of RGB (Red+Green+Blue) = 226+219+170=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 219 (85.94% from 255 or 35.61% from 615); Blue value is 170 (66.80% from 255 or 27.64% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DBAA is #1D2455. Grayscale: #D7D7D7. Windows color (decimal): -1909846 or 11197410. OLE color: 11197410.

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

Color convert

RGB226219170-
CMYK00.030.250.11
HSL52.5º49.12%77.65%-
HSV(B)52.5º24.78%88.63%-
XYZ63.9569.7348.12-
YUV215.51102.32135.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 219 (85.94% from 255) = 35.61%
BLUE value IS 170 (66.80% from 255) = 27.64%
R=36.75%
G=35.61%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621917000.030.250.1152.549.1277.65
HexE2DBAA0319B34314e
Octal3423332520331136461116
Binary1110001011011011101010100111100110111101001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBAA; }

 p { color: rgb(226,219,170); }

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

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

 a { background-color: rgb(226,219,170); }

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

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

 span { border-color: rgb(226,219,170); }

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