#DDD9AB

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

Shades of Mint Julep #DDD9AB

Tints of Mint Julep #DDD9AB

Color information

#DDD9AB (or 0xDDD9AB) is unknown color: approx Mint Julep. HEX triplet: DD, D9 and AB. RGB value is (221,217,171). Sum of RGB (Red+Green+Blue) = 221+217+171=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD9AB is #222654. Grayscale: #D5D5D5. Windows color (decimal): -2238037 or 11262429. OLE color: 11262429.

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

Color convert

RGB221217171-
CMYK00.020.230.13
HSL55.2º42.37%76.86%-
HSV(B)55.2º22.62%86.67%-
XYZ61.9867.9448.37-
YUV212.95104.33133.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.29%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 171 (67.19% from 255) = 28.08%
R=36.29%
G=35.63%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121717100.020.230.1355.242.3776.86
HexDDD9AB0217D372a4d
Octal3353312530227156752115
Binary1101110111011001101010110101011111011101111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9AB; }

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

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

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

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

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

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

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

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