Shades of Mint Julep #DDD6AC
Tints of Mint Julep #DDD6AC
RGB
CMYK
RGB Variations
Color information
#DDD6AC (or 0xDDD6AC) is known color: Mint Julep. HEX triplet: DD, D6 and AC. RGB value is (221,214,172). Sum of RGB (Red+Green+Blue) = 221+214+172=607 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.41% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD6AC is #222953. Grayscale: #D3D3D3. Windows color (decimal): -2238804 or 11327197. OLE color: 11327197.
HSL color Cylindrical-coordinate representation of color #DDD6AC: hue angle of 51.43º 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 #DDD6AC is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 214 | 172 | - |
CMYK | 0 | 0.03 | 0.22 | 0.13 |
HSL | 51.43º | 0.42% | 0.77% | - |
HSV(B) | 51.43º | 0.22% | 0.87% | - |
XYZ | 61.31 | 66.44 | 48.62 | - |
YUV | 211.31 | 105.82 | 134.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 214 | 172 | 0 | 0.03 | 0.22 | 0.13 | 51.43 | 0.42 | 0.77 |
Hex | DD | D6 | AC | 0 | 3 | 16 | D | 33 | 2A | 4D |
Octal | 335 | 326 | 254 | 0 | 3 | 26 | 15 | 63 | 52 | 115 |
Binary | 11011101 | 11010110 | 10101100 | 0 | 11 | 10110 | 1101 | 110011 | 101010 | 1001101 |
Color Harmonies of #DDD6AC
Complementary color
Monochromatic Colors of #DDD6AC
Black with #DDD6AC
Text Example
Text Example
White with #DDD6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD6AC; }
p { color: rgb(221,214,172); }
H1.HeaderClassName
{
color: #DDD6AC;
}
.AnyTagClassName
{
color: #DDD6AC;
}
</style>
background-color css
<style>
a { background-color: #DDD6AC; }
a { background-color: rgb(221,214,172); }
div.DivClassName
{
background-color: #DDD6AC;
}
.BgClassName
{
background-color: #DDD6AC;
}
</style>
border-color css
<style>
span { border-color: #DDD6AC; }
span { border-color: rgb(221,214,172); }
td.TdClassName
{
border-color: #DDD6AC;
}
.TagClassName
{
border-color: #DDD6AC;
}
</style>