#E2DAAB

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

Shades of Mint Julep #E2DAAB

Tints of Mint Julep #E2DAAB

Color information

#E2DAAB (or 0xE2DAAB) is unknown color: approx Mint Julep. HEX triplet: E2, DA and AB. RGB value is (226,218,171). Sum of RGB (Red+Green+Blue) = 226+218+171=615 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.75% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 171 (67.19% from 255 or 27.80% from 615); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DAAB is #1D2554. Grayscale: #D7D7D7. Windows color (decimal): -1910101 or 11262690. OLE color: 11262690.

HSL color Cylindrical-coordinate representation of color #E2DAAB: hue angle of 51.27º degrees, saturation: 0.49, 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 #E2DAAB is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB226218171-
CMYK00.040.240.11
HSL51.27º48.67%77.84%-
HSV(B)51.27º24.34%88.63%-
XYZ63.7969.2548.53-
YUV215.03103.15135.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.75%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 171 (67.19% from 255) = 27.80%
R=36.75%
G=35.45%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621817100.040.240.1151.2748.6777.84
HexE2DAAB0418B33314e
Octal3423322530430136361116
Binary11100010110110101010101101001100010111100111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DAAB; }

 p { color: rgb(226,218,171); }

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

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

 a { background-color: rgb(226,218,171); }

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

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

 span { border-color: rgb(226,218,171); }

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