Shades of Mint Julep #DDD5AB
Tints of Mint Julep #DDD5AB
RGB
CMYK
RGB Variations
Color information
#DDD5AB (or 0xDDD5AB) is known color: 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
RGB | 221 | 213 | 171 | - |
CMYK | 0 | 0.04 | 0.23 | 0.13 |
HSL | 50.4º | 0.42% | 0.77% | - |
HSV(B) | 50.4º | 0.23% | 0.87% | - |
XYZ | 60.96 | 65.9 | 48.04 | - |
YUV | 210.6 | 105.65 | 135.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 171 | 0 | 0.04 | 0.23 | 0.13 | 50.4 | 0.42 | 0.77 |
Hex | DD | D5 | AB | 0 | 4 | 17 | D | 32 | 2A | 4D |
Octal | 335 | 325 | 253 | 0 | 4 | 27 | 15 | 62 | 52 | 115 |
Binary | 11011101 | 11010101 | 10101011 | 0 | 100 | 10111 | 1101 | 110010 | 101010 | 1001101 |
Color Harmonies of #DDD5AB
Complementary color
Monochromatic Colors of #DDD5AB
Black with #DDD5AB
Text Example
Text Example
White with #DDD5AB
Text Example
Text Example
HTML Codes & Css Web 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>