Shades of Mint Julep #DDDAB1
Tints of Mint Julep #DDDAB1
RGB
CMYK
RGB Variations
Color information
#DDDAB1 (or 0xDDDAB1) is known color: Mint Julep. HEX triplet: DD, DA and B1. RGB value is (221,218,177). Sum of RGB (Red+Green+Blue) = 221+218+177=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 177 (69.53% from 255 or 28.73% from 616); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAB1 is #22254E. Grayscale: #D6D6D6. Windows color (decimal): -2237775 or 11655901. OLE color: 11655901.
HSL color Cylindrical-coordinate representation of color #DDDAB1: hue angle of 55.91º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDAB1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 218 | 177 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.13 |
| HSL | 55.91º | 0.39% | 0.78% | - |
| HSV(B) | 55.91º | 0.2% | 0.87% | - |
| XYZ | 62.83 | 68.69 | 51.54 | - |
| YUV | 214.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 218 | 177 | 0 | 0.01 | 0.20 | 0.13 | 55.91 | 0.39 | 0.78 |
| Hex | DD | DA | B1 | 0 | 1 | 14 | D | 38 | 27 | 4E |
| Octal | 335 | 332 | 261 | 0 | 1 | 24 | 15 | 70 | 47 | 116 |
| Binary | 11011101 | 11011010 | 10110001 | 0 | 1 | 10100 | 1101 | 111000 | 100111 | 1001110 |
Color Harmonies of #DDDAB1
Complementary color
Monochromatic Colors of #DDDAB1
Black with #DDDAB1
Text Example
Text Example
White with #DDDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAB1; }
p { color: rgb(221,218,177); }
H1.HeaderClassName
{
color: #DDDAB1;
}
.AnyTagClassName
{
color: #DDDAB1;
}
</style>
background-color css
<style>
a { background-color: #DDDAB1; }
a { background-color: rgb(221,218,177); }
div.DivClassName
{
background-color: #DDDAB1;
}
.BgClassName
{
background-color: #DDDAB1;
}
</style>
border-color css
<style>
span { border-color: #DDDAB1; }
span { border-color: rgb(221,218,177); }
td.TdClassName
{
border-color: #DDDAB1;
}
.TagClassName
{
border-color: #DDDAB1;
}
</style>