#E2DCAD

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

Shades of Mint Julep #E2DCAD

Tints of Mint Julep #E2DCAD

Color information

#E2DCAD (or 0xE2DCAD) is unknown color: approx Mint Julep. HEX triplet: E2, DC and AD. RGB value is (226,220,173). Sum of RGB (Red+Green+Blue) = 226+220+173=619 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.51% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2DCAD is #1D2352. Grayscale: #D8D8D8. Windows color (decimal): -1909587 or 11394274. OLE color: 11394274.

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

Color convert

RGB226220173-
CMYK00.030.230.11
HSL53.21º47.75%78.24%-
HSV(B)53.21º23.45%88.63%-
XYZ64.570.3749.72-
YUV216.44103.49134.82-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.51%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 173 (67.97% from 255) = 27.95%
R=36.51%
G=35.54%
B=27.95%

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
Decimal22622017300.030.230.1153.2147.7578.24
HexE2DCAD0317B35304e
Octal3423342550327136560116
Binary1110001011011100101011010111011110111101011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2DCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2DCAD; }

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

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

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

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

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

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

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

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