Shades of Mint Julep #DDDDA2
Tints of Mint Julep #DDDDA2
RGB
CMYK
RGB Variations
Color information
#DDDDA2 (or 0xDDDDA2) is known color: Mint Julep. HEX triplet: DD, DD and A2. RGB value is (221,221,162). Sum of RGB (Red+Green+Blue) = 221+221+162=604 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.59% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 162 (63.67% from 255 or 26.82% from 604); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA2 is #22225D. Grayscale: #D6D6D6. Windows color (decimal): -2237022 or 10673629. OLE color: 10673629.
HSL color Cylindrical-coordinate representation of color #DDDDA2: hue angle of 60º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDDDA2 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 162 | - |
CMYK | 0 | 0 | 0.27 | 0.13 |
HSL | 60º | 0.46% | 0.75% | - |
HSV(B) | 60º | 0.27% | 0.87% | - |
XYZ | 62.2 | 69.69 | 44.36 | - |
YUV | 214.27 | 98.5 | 132.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 162 | 0 | 0 | 0.27 | 0.13 | 60 | 0.46 | 0.75 |
Hex | DD | DD | A2 | 0 | 0 | 1B | D | 3C | 2E | 4B |
Octal | 335 | 335 | 242 | 0 | 0 | 33 | 15 | 74 | 56 | 113 |
Binary | 11011101 | 11011101 | 10100010 | 0 | 0 | 11011 | 1101 | 111100 | 101110 | 1001011 |
Color Harmonies of #DDDDA2
Complementary color
Monochromatic Colors of #DDDDA2
Black with #DDDDA2
Text Example
Text Example
White with #DDDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDA2; }
p { color: rgb(221,221,162); }
H1.HeaderClassName
{
color: #DDDDA2;
}
.AnyTagClassName
{
color: #DDDDA2;
}
</style>
background-color css
<style>
a { background-color: #DDDDA2; }
a { background-color: rgb(221,221,162); }
div.DivClassName
{
background-color: #DDDDA2;
}
.BgClassName
{
background-color: #DDDDA2;
}
</style>
border-color css
<style>
span { border-color: #DDDDA2; }
span { border-color: rgb(221,221,162); }
td.TdClassName
{
border-color: #DDDDA2;
}
.TagClassName
{
border-color: #DDDDA2;
}
</style>