#E2DBAE

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

Shades of Mint Julep #E2DBAE

Tints of Mint Julep #E2DBAE

Color information

#E2DBAE (or 0xE2DBAE) is unknown color: approx Mint Julep. HEX triplet: E2, DB and AE. RGB value is (226,219,174). Sum of RGB (Red+Green+Blue) = 226+219+174=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DBAE is #1D2451. Grayscale: #D8D8D8. Windows color (decimal): -1909842 or 11459554. OLE color: 11459554.

HSL color Cylindrical-coordinate representation of color #E2DBAE: hue angle of 51.92º degrees, saturation: 0.47, 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 #E2DBAE is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.11.

Color convert

RGB226219174-
CMYK00.030.230.11
HSL51.92º47.27%78.43%-
HSV(B)51.92º23.01%88.63%-
XYZ64.3469.8950.14-
YUV215.96104.32135.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 219 (85.94% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=36.51%
G=35.38%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.23
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22621917400.030.230.1151.9247.2778.43
HexE2DBAE0317B342f4e
Octal3423332560327136457116
Binary1110001011011011101011100111011110111101001011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DBAE; }

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

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

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

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

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

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

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

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