Shades of Mint Julep #DDDBA8
Tints of Mint Julep #DDDBA8
RGB
CMYK
RGB Variations
Color information
#DDDBA8 (or 0xDDDBA8) is known color: Mint Julep. HEX triplet: DD, DB and A8. RGB value is (221,219,168). Sum of RGB (Red+Green+Blue) = 221+219+168=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA8 is #222457. Grayscale: #D5D5D5. Windows color (decimal): -2237528 or 11066333. OLE color: 11066333.
HSL color Cylindrical-coordinate representation of color #DDDBA8: hue angle of 57.74º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDDBA8 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 168 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.13 |
| HSL | 57.74º | 0.44% | 0.76% | - |
| HSV(B) | 57.74º | 0.24% | 0.87% | - |
| XYZ | 62.22 | 68.86 | 47.06 | - |
| YUV | 213.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 168 | 0 | 0.01 | 0.24 | 0.13 | 57.74 | 0.44 | 0.76 |
| Hex | DD | DB | A8 | 0 | 1 | 18 | D | 3A | 2C | 4C |
| Octal | 335 | 333 | 250 | 0 | 1 | 30 | 15 | 72 | 54 | 114 |
| Binary | 11011101 | 11011011 | 10101000 | 0 | 1 | 11000 | 1101 | 111010 | 101100 | 1001100 |
Color Harmonies of #DDDBA8
Complementary color
Monochromatic Colors of #DDDBA8
Black with #DDDBA8
Text Example
Text Example
White with #DDDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBA8; }
p { color: rgb(221,219,168); }
H1.HeaderClassName
{
color: #DDDBA8;
}
.AnyTagClassName
{
color: #DDDBA8;
}
</style>
background-color css
<style>
a { background-color: #DDDBA8; }
a { background-color: rgb(221,219,168); }
div.DivClassName
{
background-color: #DDDBA8;
}
.BgClassName
{
background-color: #DDDBA8;
}
</style>
border-color css
<style>
span { border-color: #DDDBA8; }
span { border-color: rgb(221,219,168); }
td.TdClassName
{
border-color: #DDDBA8;
}
.TagClassName
{
border-color: #DDDBA8;
}
</style>