Shades of Mint Julep #DDD8AC
Tints of Mint Julep #DDD8AC
RGB
CMYK
RGB Variations
Color information
#DDD8AC (or 0xDDD8AC) is known color: Mint Julep. HEX triplet: DD, D8 and AC. RGB value is (221,216,172). Sum of RGB (Red+Green+Blue) = 221+216+172=609 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.29% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 172 (67.58% from 255 or 28.24% from 609); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8AC is #222753. Grayscale: #D4D4D4. Windows color (decimal): -2238292 or 11327709. OLE color: 11327709.
HSL color Cylindrical-coordinate representation of color #DDD8AC: hue angle of 53.88º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDD8AC is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 216 | 172 | - |
CMYK | 0 | 0.02 | 0.22 | 0.13 |
HSL | 53.88º | 0.42% | 0.77% | - |
HSV(B) | 53.88º | 0.22% | 0.87% | - |
XYZ | 61.82 | 67.46 | 48.79 | - |
YUV | 212.48 | 105.16 | 134.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 216 | 172 | 0 | 0.02 | 0.22 | 0.13 | 53.88 | 0.42 | 0.77 |
Hex | DD | D8 | AC | 0 | 2 | 16 | D | 36 | 2A | 4D |
Octal | 335 | 330 | 254 | 0 | 2 | 26 | 15 | 66 | 52 | 115 |
Binary | 11011101 | 11011000 | 10101100 | 0 | 10 | 10110 | 1101 | 110110 | 101010 | 1001101 |
Color Harmonies of #DDD8AC
Complementary color
Monochromatic Colors of #DDD8AC
Black with #DDD8AC
Text Example
Text Example
White with #DDD8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8AC; }
p { color: rgb(221,216,172); }
H1.HeaderClassName
{
color: #DDD8AC;
}
.AnyTagClassName
{
color: #DDD8AC;
}
</style>
background-color css
<style>
a { background-color: #DDD8AC; }
a { background-color: rgb(221,216,172); }
div.DivClassName
{
background-color: #DDD8AC;
}
.BgClassName
{
background-color: #DDD8AC;
}
</style>
border-color css
<style>
span { border-color: #DDD8AC; }
span { border-color: rgb(221,216,172); }
td.TdClassName
{
border-color: #DDD8AC;
}
.TagClassName
{
border-color: #DDD8AC;
}
</style>