#E1DCAD

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

Shades of Mint Julep #E1DCAD

Tints of Mint Julep #E1DCAD

Color information

#E1DCAD (or 0xE1DCAD) is unknown color: approx Mint Julep. HEX triplet: E1, DC and AD. RGB value is (225,220,173). Sum of RGB (Red+Green+Blue) = 225+220+173=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1DCAD is #1E2352. Grayscale: #D8D8D8. Windows color (decimal): -1975123 or 11394273. OLE color: 11394273.

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

Color convert

RGB225220173-
CMYK00.020.230.12
HSL54.23º46.43%78.04%-
HSV(B)54.23º23.11%88.24%-
XYZ64.1970.2149.7-
YUV216.14103.66134.32-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 36.41%
GREEN value IS 220 (86.33% from 255) = 35.60%
BLUE value IS 173 (67.97% from 255) = 27.99%
R=36.41%
G=35.60%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22522017300.020.230.1254.2346.4378.04
HexE1DCAD0217C362e4e
Octal3413342550227146656116
Binary1110000111011100101011010101011111001101101011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1DCAD; }

 p { color: rgb(225,220,173); }

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

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

 a { background-color: rgb(225,220,173); }

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

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

 span { border-color: rgb(225,220,173); }

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