Shades of Mint Julep #DEDDA1
Tints of Mint Julep #DEDDA1
RGB
CMYK
RGB Variations
Color information
#DEDDA1 (or 0xDEDDA1) is known color: Mint Julep. HEX triplet: DE, DD and A1. RGB value is (222,221,161). Sum of RGB (Red+Green+Blue) = 222+221+161=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDA1 is #21225E. Grayscale: #D6D6D6. Windows color (decimal): -2171487 or 10608094. OLE color: 10608094.
HSL color Cylindrical-coordinate representation of color #DEDDA1: hue angle of 59.02º degrees, saturation: 0.48, 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 #DEDDA1 is Cyan = 0, Magento = 0.00, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 161 | - |
| CMYK | 0 | 0.00 | 0.27 | 0.13 |
| HSL | 59.02º | 0.48% | 0.75% | - |
| HSV(B) | 59.02º | 0.27% | 0.87% | - |
| XYZ | 62.41 | 69.82 | 43.9 | - |
| YUV | 214.46 | 97.83 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 161 | 0 | 0.00 | 0.27 | 0.13 | 59.02 | 0.48 | 0.75 |
| Hex | DE | DD | A1 | 0 | 0 | 1B | D | 3B | 30 | 4B |
| Octal | 336 | 335 | 241 | 0 | 0 | 33 | 15 | 73 | 60 | 113 |
| Binary | 11011110 | 11011101 | 10100001 | 0 | 0 | 11011 | 1101 | 111011 | 110000 | 1001011 |
Color Harmonies of #DEDDA1
Complementary color
Monochromatic Colors of #DEDDA1
Black with #DEDDA1
Text Example
Text Example
White with #DEDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDA1; }
p { color: rgb(222,221,161); }
H1.HeaderClassName
{
color: #DEDDA1;
}
.AnyTagClassName
{
color: #DEDDA1;
}
</style>
background-color css
<style>
a { background-color: #DEDDA1; }
a { background-color: rgb(222,221,161); }
div.DivClassName
{
background-color: #DEDDA1;
}
.BgClassName
{
background-color: #DEDDA1;
}
</style>
border-color css
<style>
span { border-color: #DEDDA1; }
span { border-color: rgb(222,221,161); }
td.TdClassName
{
border-color: #DEDDA1;
}
.TagClassName
{
border-color: #DEDDA1;
}
</style>