Shades of Mint Julep #DDDDA8
Tints of Mint Julep #DDDDA8
RGB
CMYK
RGB Variations
Color information
#DDDDA8 (or 0xDDDDA8) is known color: Mint Julep. HEX triplet: DD, DD and A8. RGB value is (221,221,168). Sum of RGB (Red+Green+Blue) = 221+221+168=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 168 (66.02% from 255 or 27.54% from 610); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA8 is #222257. Grayscale: #D7D7D7. Windows color (decimal): -2237016 or 11066845. OLE color: 11066845.
HSL color Cylindrical-coordinate representation of color #DDDDA8: hue angle of 60º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDDDA8 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 168 | - |
CMYK | 0 | 0 | 0.24 | 0.13 |
HSL | 60º | 0.44% | 0.76% | - |
HSV(B) | 60º | 0.24% | 0.87% | - |
XYZ | 62.74 | 69.91 | 47.23 | - |
YUV | 214.96 | 101.5 | 132.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 168 | 0 | 0 | 0.24 | 0.13 | 60 | 0.44 | 0.76 |
Hex | DD | DD | A8 | 0 | 0 | 18 | D | 3C | 2C | 4C |
Octal | 335 | 335 | 250 | 0 | 0 | 30 | 15 | 74 | 54 | 114 |
Binary | 11011101 | 11011101 | 10101000 | 0 | 0 | 11000 | 1101 | 111100 | 101100 | 1001100 |
Color Harmonies of #DDDDA8
Complementary color
Monochromatic Colors of #DDDDA8
Black with #DDDDA8
Text Example
Text Example
White with #DDDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDA8; }
p { color: rgb(221,221,168); }
H1.HeaderClassName
{
color: #DDDDA8;
}
.AnyTagClassName
{
color: #DDDDA8;
}
</style>
background-color css
<style>
a { background-color: #DDDDA8; }
a { background-color: rgb(221,221,168); }
div.DivClassName
{
background-color: #DDDDA8;
}
.BgClassName
{
background-color: #DDDDA8;
}
</style>
border-color css
<style>
span { border-color: #DDDDA8; }
span { border-color: rgb(221,221,168); }
td.TdClassName
{
border-color: #DDDDA8;
}
.TagClassName
{
border-color: #DDDDA8;
}
</style>