Shades of Mint Julep #DFDDA2
Tints of Mint Julep #DFDDA2
RGB
CMYK
RGB Variations
Color information
#DFDDA2 (or 0xDFDDA2) is known color: Mint Julep. HEX triplet: DF, DD and A2. RGB value is (223,221,162). Sum of RGB (Red+Green+Blue) = 223+221+162=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDDA2 is #20225D. Grayscale: #D7D7D7. Windows color (decimal): -2105950 or 10673631. OLE color: 10673631.
HSL color Cylindrical-coordinate representation of color #DFDDA2: hue angle of 58.03º degrees, saturation: 0.49, 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 #DFDDA2 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 221 | 162 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.13 |
| HSL | 58.03º | 0.49% | 0.75% | - |
| HSV(B) | 58.03º | 0.27% | 0.87% | - |
| XYZ | 62.81 | 70.01 | 44.39 | - |
| YUV | 214.87 | 98.16 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 221 | 162 | 0 | 0.01 | 0.27 | 0.13 | 58.03 | 0.49 | 0.75 |
| Hex | DF | DD | A2 | 0 | 1 | 1B | D | 3A | 31 | 4B |
| Octal | 337 | 335 | 242 | 0 | 1 | 33 | 15 | 72 | 61 | 113 |
| Binary | 11011111 | 11011101 | 10100010 | 0 | 1 | 11011 | 1101 | 111010 | 110001 | 1001011 |
Color Harmonies of #DFDDA2
Complementary color
Monochromatic Colors of #DFDDA2
Black with #DFDDA2
Text Example
Text Example
White with #DFDDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDDA2; }
p { color: rgb(223,221,162); }
H1.HeaderClassName
{
color: #DFDDA2;
}
.AnyTagClassName
{
color: #DFDDA2;
}
</style>
background-color css
<style>
a { background-color: #DFDDA2; }
a { background-color: rgb(223,221,162); }
div.DivClassName
{
background-color: #DFDDA2;
}
.BgClassName
{
background-color: #DFDDA2;
}
</style>
border-color css
<style>
span { border-color: #DFDDA2; }
span { border-color: rgb(223,221,162); }
td.TdClassName
{
border-color: #DFDDA2;
}
.TagClassName
{
border-color: #DFDDA2;
}
</style>