Shades of Mint Julep #DDD5AC
Tints of Mint Julep #DDD5AC
RGB
CMYK
RGB Variations
Color information
#DDD5AC (or 0xDDD5AC) is known color: Mint Julep. HEX triplet: DD, D5 and AC. RGB value is (221,213,172). Sum of RGB (Red+Green+Blue) = 221+213+172=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 172 (67.58% from 255 or 28.38% from 606); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD5AC is #222A53. Grayscale: #D2D2D2. Windows color (decimal): -2239060 or 11326941. OLE color: 11326941.
HSL color Cylindrical-coordinate representation of color #DDD5AC: hue angle of 50.2º 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 #DDD5AC is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 213 | 172 | - |
CMYK | 0 | 0.04 | 0.22 | 0.13 |
HSL | 50.2º | 0.42% | 0.77% | - |
HSV(B) | 50.2º | 0.22% | 0.87% | - |
XYZ | 61.06 | 65.94 | 48.54 | - |
YUV | 210.72 | 106.15 | 135.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 213 | 172 | 0 | 0.04 | 0.22 | 0.13 | 50.2 | 0.42 | 0.77 |
Hex | DD | D5 | AC | 0 | 4 | 16 | D | 32 | 2A | 4D |
Octal | 335 | 325 | 254 | 0 | 4 | 26 | 15 | 62 | 52 | 115 |
Binary | 11011101 | 11010101 | 10101100 | 0 | 100 | 10110 | 1101 | 110010 | 101010 | 1001101 |
Color Harmonies of #DDD5AC
Complementary color
Monochromatic Colors of #DDD5AC
Black with #DDD5AC
Text Example
Text Example
White with #DDD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD5AC; }
p { color: rgb(221,213,172); }
H1.HeaderClassName
{
color: #DDD5AC;
}
.AnyTagClassName
{
color: #DDD5AC;
}
</style>
background-color css
<style>
a { background-color: #DDD5AC; }
a { background-color: rgb(221,213,172); }
div.DivClassName
{
background-color: #DDD5AC;
}
.BgClassName
{
background-color: #DDD5AC;
}
</style>
border-color css
<style>
span { border-color: #DDD5AC; }
span { border-color: rgb(221,213,172); }
td.TdClassName
{
border-color: #DDD5AC;
}
.TagClassName
{
border-color: #DDD5AC;
}
</style>