#E5DFAF

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

Shades of Mint Julep #E5DFAF

Tints of Mint Julep #E5DFAF

Color information

#E5DFAF (or 0xE5DFAF) is unknown color: approx Mint Julep. HEX triplet: E5, DF and AF. RGB value is (229,223,175). Sum of RGB (Red+Green+Blue) = 229+223+175=627 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.52% from 627); Green value is 223 (87.5% from 255 or 35.57% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5DFAF is #1A2050. Grayscale: #DBDBDB. Windows color (decimal): -1712209 or 11526117. OLE color: 11526117.

HSL color Cylindrical-coordinate representation of color #E5DFAF: hue angle of 53.33º degrees, saturation: 0.51, 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 #E5DFAF is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229223175-
CMYK00.030.240.10
HSL53.33º50.94%79.22%-
HSV(B)53.33º23.58%89.8%-
XYZ66.4472.5351.06-
YUV219.32102.99134.9-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 36.52%
GREEN value IS 223 (87.5% from 255) = 35.57%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=36.52%
G=35.57%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22922317500.030.240.1053.3350.9479.22
HexE5DFAF0318A35334f
Octal3453372570330126563117
Binary1110010111011111101011110111100010101101011100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5DFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5DFAF; }

 p { color: rgb(229,223,175); }

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

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

 a { background-color: rgb(229,223,175); }

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

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

 span { border-color: rgb(229,223,175); }

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