Shades of Mint Julep #DDDAAC
Tints of Mint Julep #DDDAAC
RGB
CMYK
RGB Variations
Color information
#DDDAAC (or 0xDDDAAC) is known color: Mint Julep. HEX triplet: DD, DA and AC. RGB value is (221,218,172). Sum of RGB (Red+Green+Blue) = 221+218+172=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 172 (67.58% from 255 or 28.15% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAC is #222553. Grayscale: #D5D5D5. Windows color (decimal): -2237780 or 11328221. OLE color: 11328221.
HSL color Cylindrical-coordinate representation of color #DDDAAC: hue angle of 56.33º 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 #DDDAAC is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 172 | - |
CMYK | 0 | 0.01 | 0.22 | 0.13 |
HSL | 56.33º | 0.42% | 0.77% | - |
HSV(B) | 56.33º | 0.22% | 0.87% | - |
XYZ | 62.34 | 68.49 | 48.96 | - |
YUV | 213.65 | 104.49 | 133.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 172 | 0 | 0.01 | 0.22 | 0.13 | 56.33 | 0.42 | 0.77 |
Hex | DD | DA | AC | 0 | 1 | 16 | D | 38 | 2A | 4D |
Octal | 335 | 332 | 254 | 0 | 1 | 26 | 15 | 70 | 52 | 115 |
Binary | 11011101 | 11011010 | 10101100 | 0 | 1 | 10110 | 1101 | 111000 | 101010 | 1001101 |
Color Harmonies of #DDDAAC
Complementary color
Monochromatic Colors of #DDDAAC
Black with #DDDAAC
Text Example
Text Example
White with #DDDAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAAC; }
p { color: rgb(221,218,172); }
H1.HeaderClassName
{
color: #DDDAAC;
}
.AnyTagClassName
{
color: #DDDAAC;
}
</style>
background-color css
<style>
a { background-color: #DDDAAC; }
a { background-color: rgb(221,218,172); }
div.DivClassName
{
background-color: #DDDAAC;
}
.BgClassName
{
background-color: #DDDAAC;
}
</style>
border-color css
<style>
span { border-color: #DDDAAC; }
span { border-color: rgb(221,218,172); }
td.TdClassName
{
border-color: #DDDAAC;
}
.TagClassName
{
border-color: #DDDAAC;
}
</style>