#E6DDAB

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

Shades of Mint Julep #E6DDAB

Tints of Mint Julep #E6DDAB

Color information

#E6DDAB (or 0xE6DDAB) is unknown color: approx Mint Julep. HEX triplet: E6, DD and AB. RGB value is (230,221,171). Sum of RGB (Red+Green+Blue) = 230+221+171=622 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.98% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 171 (67.19% from 255 or 27.49% from 622); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DDAB is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6DDAB is #192254. Grayscale: #DADADA. Windows color (decimal): -1647189 or 11263462. OLE color: 11263462.

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

Color convert

RGB230221171-
CMYK00.040.260.10
HSL50.85º54.13%78.63%-
HSV(B)50.85º25.65%90.2%-
XYZ65.8471.4848.85-
YUV217.99101.48136.57-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 36.98%
GREEN value IS 221 (86.72% from 255) = 35.53%
BLUE value IS 171 (67.19% from 255) = 27.49%
R=36.98%
G=35.53%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022117100.040.260.1050.8554.1378.63
HexE6DDAB041AA33364f
Octal3463352530432126366117
Binary11100110110111011010101101001101010101100111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DDAB; }

 p { color: rgb(230,221,171); }

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

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

 a { background-color: rgb(230,221,171); }

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

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

 span { border-color: rgb(230,221,171); }

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