Shades of Mint Julep #DDD8A4
Tints of Mint Julep #DDD8A4
RGB
CMYK
RGB Variations
Color information
#DDD8A4 (or 0xDDD8A4) is known color: Mint Julep. HEX triplet: DD, D8 and A4. RGB value is (221,216,164). Sum of RGB (Red+Green+Blue) = 221+216+164=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD8A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDD8A4 is #22275B. Grayscale: #D3D3D3. Windows color (decimal): -2238300 or 10803421. OLE color: 10803421.
HSL color Cylindrical-coordinate representation of color #DDD8A4: hue angle of 54.74º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDD8A4 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 216 | 164 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.13 |
| HSL | 54.74º | 0.46% | 0.75% | - |
| HSV(B) | 54.74º | 0.26% | 0.87% | - |
| XYZ | 61.08 | 67.16 | 44.87 | - |
| YUV | 211.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 216 | 164 | 0 | 0.02 | 0.26 | 0.13 | 54.74 | 0.46 | 0.75 |
| Hex | DD | D8 | A4 | 0 | 2 | 1A | D | 37 | 2E | 4B |
| Octal | 335 | 330 | 244 | 0 | 2 | 32 | 15 | 67 | 56 | 113 |
| Binary | 11011101 | 11011000 | 10100100 | 0 | 10 | 11010 | 1101 | 110111 | 101110 | 1001011 |
Color Harmonies of #DDD8A4
Complementary color
Monochromatic Colors of #DDD8A4
Black with #DDD8A4
Text Example
Text Example
White with #DDD8A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD8A4; }
p { color: rgb(221,216,164); }
H1.HeaderClassName
{
color: #DDD8A4;
}
.AnyTagClassName
{
color: #DDD8A4;
}
</style>
background-color css
<style>
a { background-color: #DDD8A4; }
a { background-color: rgb(221,216,164); }
div.DivClassName
{
background-color: #DDD8A4;
}
.BgClassName
{
background-color: #DDD8A4;
}
</style>
border-color css
<style>
span { border-color: #DDD8A4; }
span { border-color: rgb(221,216,164); }
td.TdClassName
{
border-color: #DDD8A4;
}
.TagClassName
{
border-color: #DDD8A4;
}
</style>