Shades of Mint Julep #DDDCAB
Tints of Mint Julep #DDDCAB
RGB
CMYK
RGB Variations
Color information
#DDDCAB (or 0xDDDCAB) is known color: Mint Julep. HEX triplet: DD, DC and AB. RGB value is (221,220,171). Sum of RGB (Red+Green+Blue) = 221+220+171=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 171 (67.19% from 255 or 27.94% from 612); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAB is #222354. Grayscale: #D6D6D6. Windows color (decimal): -2237269 or 11263197. OLE color: 11263197.
HSL color Cylindrical-coordinate representation of color #DDDCAB: hue angle of 58.8º 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 #DDDCAB is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 220 | 171 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.13 |
| HSL | 58.8º | 0.42% | 0.77% | - |
| HSV(B) | 58.8º | 0.23% | 0.87% | - |
| XYZ | 62.76 | 69.5 | 48.63 | - |
| YUV | 214.71 | 103.33 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 220 | 171 | 0 | 0.00 | 0.23 | 0.13 | 58.8 | 0.42 | 0.77 |
| Hex | DD | DC | AB | 0 | 0 | 17 | D | 3B | 2A | 4D |
| Octal | 335 | 334 | 253 | 0 | 0 | 27 | 15 | 73 | 52 | 115 |
| Binary | 11011101 | 11011100 | 10101011 | 0 | 0 | 10111 | 1101 | 111011 | 101010 | 1001101 |
Color Harmonies of #DDDCAB
Complementary color
Monochromatic Colors of #DDDCAB
Black with #DDDCAB
Text Example
Text Example
White with #DDDCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCAB; }
p { color: rgb(221,220,171); }
H1.HeaderClassName
{
color: #DDDCAB;
}
.AnyTagClassName
{
color: #DDDCAB;
}
</style>
background-color css
<style>
a { background-color: #DDDCAB; }
a { background-color: rgb(221,220,171); }
div.DivClassName
{
background-color: #DDDCAB;
}
.BgClassName
{
background-color: #DDDCAB;
}
</style>
border-color css
<style>
span { border-color: #DDDCAB; }
span { border-color: rgb(221,220,171); }
td.TdClassName
{
border-color: #DDDCAB;
}
.TagClassName
{
border-color: #DDDCAB;
}
</style>