Shades of Mint Julep #DDDDA4
Tints of Mint Julep #DDDDA4
RGB
CMYK
RGB Variations
Color information
#DDDDA4 (or 0xDDDDA4) is known color: Mint Julep. HEX triplet: DD, DD and A4. RGB value is (221,221,164). Sum of RGB (Red+Green+Blue) = 221+221+164=606 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.47% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDDA4 is #22225B. Grayscale: #D6D6D6. Windows color (decimal): -2237020 or 10804701. OLE color: 10804701.
HSL color Cylindrical-coordinate representation of color #DDDDA4: 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.26%. Process color model (Four color, CMYK) of #DDDDA4 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 221 | 164 | - |
CMYK | 0 | 0 | 0.26 | 0.13 |
HSL | 60º | 0.46% | 0.75% | - |
HSV(B) | 60º | 0.26% | 0.87% | - |
XYZ | 62.38 | 69.77 | 45.3 | - |
YUV | 214.5 | 99.5 | 132.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 221 | 164 | 0 | 0 | 0.26 | 0.13 | 60 | 0.46 | 0.75 |
Hex | DD | DD | A4 | 0 | 0 | 1A | D | 3C | 2E | 4B |
Octal | 335 | 335 | 244 | 0 | 0 | 32 | 15 | 74 | 56 | 113 |
Binary | 11011101 | 11011101 | 10100100 | 0 | 0 | 11010 | 1101 | 111100 | 101110 | 1001011 |
Color Harmonies of #DDDDA4
Complementary color
Monochromatic Colors of #DDDDA4
Black with #DDDDA4
Text Example
Text Example
White with #DDDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDDA4; }
p { color: rgb(221,221,164); }
H1.HeaderClassName
{
color: #DDDDA4;
}
.AnyTagClassName
{
color: #DDDDA4;
}
</style>
background-color css
<style>
a { background-color: #DDDDA4; }
a { background-color: rgb(221,221,164); }
div.DivClassName
{
background-color: #DDDDA4;
}
.BgClassName
{
background-color: #DDDDA4;
}
</style>
border-color css
<style>
span { border-color: #DDDDA4; }
span { border-color: rgb(221,221,164); }
td.TdClassName
{
border-color: #DDDDA4;
}
.TagClassName
{
border-color: #DDDDA4;
}
</style>