#DDD9AE

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

Shades of Mint Julep #DDD9AE

Tints of Mint Julep #DDD9AE

Color information

#DDD9AE (or 0xDDD9AE) is unknown color: approx Mint Julep. HEX triplet: DD, D9 and AE. RGB value is (221,217,174). Sum of RGB (Red+Green+Blue) = 221+217+174=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AE is #222651. Grayscale: #D5D5D5. Windows color (decimal): -2238034 or 11459037. OLE color: 11459037.

HSL color Cylindrical-coordinate representation of color #DDD9AE: hue angle of 54.89º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDD9AE is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB221217174-
CMYK00.020.210.13
HSL54.89º40.87%77.45%-
HSV(B)54.89º21.27%86.67%-
XYZ62.2768.0549.9-
YUV213.29105.83133.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.11%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 174 (68.36% from 255) = 28.43%
R=36.11%
G=35.46%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121717400.020.210.1354.8940.8777.45
HexDDD9AE0215D37294d
Octal3353312560225156751115
Binary1101110111011001101011100101010111011101111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9AE; }

 p { color: rgb(221,217,174); }

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

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

 a { background-color: rgb(221,217,174); }

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

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

 span { border-color: rgb(221,217,174); }

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