Shades of Mint Julep #DEDDA9
Tints of Mint Julep #DEDDA9
RGB
CMYK
RGB Variations
Color information
#DEDDA9 (or 0xDEDDA9) is known color: Mint Julep. HEX triplet: DE, DD and A9. RGB value is (222,221,169). Sum of RGB (Red+Green+Blue) = 222+221+169=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 169 (66.41% from 255 or 27.61% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDA9 is #212256. Grayscale: #D7D7D7. Windows color (decimal): -2171479 or 11132382. OLE color: 11132382.
HSL color Cylindrical-coordinate representation of color #DEDDA9: hue angle of 58.87º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEDDA9 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 169 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.13 |
| HSL | 58.87º | 0.45% | 0.77% | - |
| HSV(B) | 58.87º | 0.24% | 0.87% | - |
| XYZ | 63.14 | 70.11 | 47.74 | - |
| YUV | 215.37 | 101.83 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 169 | 0 | 0.00 | 0.24 | 0.13 | 58.87 | 0.45 | 0.77 |
| Hex | DE | DD | A9 | 0 | 0 | 18 | D | 3B | 2D | 4D |
| Octal | 336 | 335 | 251 | 0 | 0 | 30 | 15 | 73 | 55 | 115 |
| Binary | 11011110 | 11011101 | 10101001 | 0 | 0 | 11000 | 1101 | 111011 | 101101 | 1001101 |
Color Harmonies of #DEDDA9
Complementary color
Monochromatic Colors of #DEDDA9
Black with #DEDDA9
Text Example
Text Example
White with #DEDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDA9; }
p { color: rgb(222,221,169); }
H1.HeaderClassName
{
color: #DEDDA9;
}
.AnyTagClassName
{
color: #DEDDA9;
}
</style>
background-color css
<style>
a { background-color: #DEDDA9; }
a { background-color: rgb(222,221,169); }
div.DivClassName
{
background-color: #DEDDA9;
}
.BgClassName
{
background-color: #DEDDA9;
}
</style>
border-color css
<style>
span { border-color: #DEDDA9; }
span { border-color: rgb(222,221,169); }
td.TdClassName
{
border-color: #DEDDA9;
}
.TagClassName
{
border-color: #DEDDA9;
}
</style>