Shades of Mint Julep #DDDBAB
Tints of Mint Julep #DDDBAB
RGB
CMYK
RGB Variations
Color information
#DDDBAB (or 0xDDDBAB) is known color: Mint Julep. HEX triplet: DD, DB and AB. RGB value is (221,219,171). Sum of RGB (Red+Green+Blue) = 221+219+171=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 171 (67.19% from 255 or 27.99% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBAB is #222454. Grayscale: #D6D6D6. Windows color (decimal): -2237525 or 11262941. OLE color: 11262941.
HSL color Cylindrical-coordinate representation of color #DDDBAB: hue angle of 57.6º 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 #DDDBAB is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 219 | 171 | - |
CMYK | 0 | 0.01 | 0.23 | 0.13 |
HSL | 57.6º | 0.42% | 0.77% | - |
HSV(B) | 57.6º | 0.23% | 0.87% | - |
XYZ | 62.5 | 68.98 | 48.55 | - |
YUV | 214.13 | 103.66 | 132.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 171 | 0 | 0.01 | 0.23 | 0.13 | 57.6 | 0.42 | 0.77 |
Hex | DD | DB | AB | 0 | 1 | 17 | D | 3A | 2A | 4D |
Octal | 335 | 333 | 253 | 0 | 1 | 27 | 15 | 72 | 52 | 115 |
Binary | 11011101 | 11011011 | 10101011 | 0 | 1 | 10111 | 1101 | 111010 | 101010 | 1001101 |
Color Harmonies of #DDDBAB
Complementary color
Monochromatic Colors of #DDDBAB
Black with #DDDBAB
Text Example
Text Example
White with #DDDBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBAB; }
p { color: rgb(221,219,171); }
H1.HeaderClassName
{
color: #DDDBAB;
}
.AnyTagClassName
{
color: #DDDBAB;
}
</style>
background-color css
<style>
a { background-color: #DDDBAB; }
a { background-color: rgb(221,219,171); }
div.DivClassName
{
background-color: #DDDBAB;
}
.BgClassName
{
background-color: #DDDBAB;
}
</style>
border-color css
<style>
span { border-color: #DDDBAB; }
span { border-color: rgb(221,219,171); }
td.TdClassName
{
border-color: #DDDBAB;
}
.TagClassName
{
border-color: #DDDBAB;
}
</style>