Shades of Mint Julep #DDDBA7
Tints of Mint Julep #DDDBA7
RGB
CMYK
RGB Variations
Color information
#DDDBA7 (or 0xDDDBA7) is known color: Mint Julep. HEX triplet: DD, DB and A7. RGB value is (221,219,167). Sum of RGB (Red+Green+Blue) = 221+219+167=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDBA7 is #222458. Grayscale: #D5D5D5. Windows color (decimal): -2237529 or 11000797. OLE color: 11000797.
HSL color Cylindrical-coordinate representation of color #DDDBA7: hue angle of 57.78º 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 #DDDBA7 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 219 | 167 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.13 |
| HSL | 57.78º | 0.44% | 0.76% | - |
| HSV(B) | 57.78º | 0.24% | 0.87% | - |
| XYZ | 62.13 | 68.83 | 46.57 | - |
| YUV | 213.67 | 101.66 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 219 | 167 | 0 | 0.01 | 0.24 | 0.13 | 57.78 | 0.44 | 0.76 |
| Hex | DD | DB | A7 | 0 | 1 | 18 | D | 3A | 2C | 4C |
| Octal | 335 | 333 | 247 | 0 | 1 | 30 | 15 | 72 | 54 | 114 |
| Binary | 11011101 | 11011011 | 10100111 | 0 | 1 | 11000 | 1101 | 111010 | 101100 | 1001100 |
Color Harmonies of #DDDBA7
Complementary color
Monochromatic Colors of #DDDBA7
Black with #DDDBA7
Text Example
Text Example
White with #DDDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBA7; }
p { color: rgb(221,219,167); }
H1.HeaderClassName
{
color: #DDDBA7;
}
.AnyTagClassName
{
color: #DDDBA7;
}
</style>
background-color css
<style>
a { background-color: #DDDBA7; }
a { background-color: rgb(221,219,167); }
div.DivClassName
{
background-color: #DDDBA7;
}
.BgClassName
{
background-color: #DDDBA7;
}
</style>
border-color css
<style>
span { border-color: #DDDBA7; }
span { border-color: rgb(221,219,167); }
td.TdClassName
{
border-color: #DDDBA7;
}
.TagClassName
{
border-color: #DDDBA7;
}
</style>