#E5DCAD

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

Shades of Mint Julep #E5DCAD

Tints of Mint Julep #E5DCAD

Color information

#E5DCAD (or 0xE5DCAD) is unknown color: approx Mint Julep. HEX triplet: E5, DC and AD. RGB value is (229,220,173). Sum of RGB (Red+Green+Blue) = 229+220+173=622 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.82% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 173 (67.97% from 255 or 27.81% from 622); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DCAD is #1A2352. Grayscale: #D9D9D9. Windows color (decimal): -1712979 or 11394277. OLE color: 11394277.

HSL color Cylindrical-coordinate representation of color #E5DCAD: hue angle of 50.36º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5DCAD is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229220173-
CMYK00.040.240.10
HSL50.36º51.85%78.82%-
HSV(B)50.36º24.45%89.8%-
XYZ65.4570.8649.76-
YUV217.33102.98136.32-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.82%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 173 (67.97% from 255) = 27.81%
R=36.82%
G=35.37%
B=27.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922017300.040.240.1050.3651.8578.82
HexE5DCAD0418A32344f
Octal3453342550430126264117
Binary11100101110111001010110101001100010101100101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DCAD; }

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

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

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

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

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

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

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

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