Shades of Mint Julep #DDDCAC
Tints of Mint Julep #DDDCAC
RGB
CMYK
RGB Variations
Color information
#DDDCAC (or 0xDDDCAC) is known color: Mint Julep. HEX triplet: DD, DC and AC. RGB value is (221,220,172). Sum of RGB (Red+Green+Blue) = 221+220+172=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 220 (86.33% from 255 or 35.89% from 613); Blue value is 172 (67.58% from 255 or 28.06% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDCAC is #222353. Grayscale: #D7D7D7. Windows color (decimal): -2237268 or 11328733. OLE color: 11328733.
HSL color Cylindrical-coordinate representation of color #DDDCAC: hue angle of 58.78º 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 #DDDCAC is Cyan = 0, Magento = 0.00, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 172 | - |
CMYK | 0 | 0.00 | 0.22 | 0.13 |
HSL | 58.78º | 0.42% | 0.77% | - |
HSV(B) | 58.78º | 0.22% | 0.87% | - |
XYZ | 62.86 | 69.54 | 49.14 | - |
YUV | 214.83 | 103.83 | 132.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 172 | 0 | 0.00 | 0.22 | 0.13 | 58.78 | 0.42 | 0.77 |
Hex | DD | DC | AC | 0 | 0 | 16 | D | 3B | 2A | 4D |
Octal | 335 | 334 | 254 | 0 | 0 | 26 | 15 | 73 | 52 | 115 |
Binary | 11011101 | 11011100 | 10101100 | 0 | 0 | 10110 | 1101 | 111011 | 101010 | 1001101 |
Color Harmonies of #DDDCAC
Complementary color
Monochromatic Colors of #DDDCAC
Black with #DDDCAC
Text Example
Text Example
White with #DDDCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCAC; }
p { color: rgb(221,220,172); }
H1.HeaderClassName
{
color: #DDDCAC;
}
.AnyTagClassName
{
color: #DDDCAC;
}
</style>
background-color css
<style>
a { background-color: #DDDCAC; }
a { background-color: rgb(221,220,172); }
div.DivClassName
{
background-color: #DDDCAC;
}
.BgClassName
{
background-color: #DDDCAC;
}
</style>
border-color css
<style>
span { border-color: #DDDCAC; }
span { border-color: rgb(221,220,172); }
td.TdClassName
{
border-color: #DDDCAC;
}
.TagClassName
{
border-color: #DDDCAC;
}
</style>