#DDD5AB

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

Shades of Mint Julep #DDD5AB

Tints of Mint Julep #DDD5AB

Color information

#DDD5AB (or 0xDDD5AB) is unknown color: approx Mint Julep. HEX triplet: DD, D5 and AB. RGB value is (221,213,171). Sum of RGB (Red+Green+Blue) = 221+213+171=605 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.53% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5AB is #222A54. Grayscale: #D2D2D2. Windows color (decimal): -2239061 or 11261405. OLE color: 11261405.

HSL color Cylindrical-coordinate representation of color #DDD5AB: hue angle of 50.4º 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 #DDD5AB is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221213171-
CMYK00.040.230.13
HSL50.4º42.37%76.86%-
HSV(B)50.4º22.62%86.67%-
XYZ60.9665.948.04-
YUV210.6105.65135.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.53%
GREEN value IS 213 (83.59% from 255) = 35.21%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=36.53%
G=35.21%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121317100.040.230.1350.442.3776.86
HexDDD5AB0417D322a4d
Octal3353252530427156252115
Binary11011101110101011010101101001011111011100101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD5AB; }

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

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

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

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

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

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

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

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