Shades of Mint Julep #DEDDA8
Tints of Mint Julep #DEDDA8
RGB
CMYK
RGB Variations
Color information
#DEDDA8 (or 0xDEDDA8) is known color: Mint Julep. HEX triplet: DE, DD and A8. RGB value is (222,221,168). Sum of RGB (Red+Green+Blue) = 222+221+168=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 168 (66.02% from 255 or 27.50% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDA8 is #212257. Grayscale: #D7D7D7. Windows color (decimal): -2171480 or 11066846. OLE color: 11066846.
HSL color Cylindrical-coordinate representation of color #DEDDA8: hue angle of 58.89º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DEDDA8 is Cyan = 0, Magento = 0.00, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 168 | - |
| CMYK | 0 | 0.00 | 0.24 | 0.13 |
| HSL | 58.89º | 0.45% | 0.76% | - |
| HSV(B) | 58.89º | 0.24% | 0.87% | - |
| XYZ | 63.05 | 70.07 | 47.25 | - |
| YUV | 215.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 168 | 0 | 0.00 | 0.24 | 0.13 | 58.89 | 0.45 | 0.76 |
| Hex | DE | DD | A8 | 0 | 0 | 18 | D | 3B | 2D | 4C |
| Octal | 336 | 335 | 250 | 0 | 0 | 30 | 15 | 73 | 55 | 114 |
| Binary | 11011110 | 11011101 | 10101000 | 0 | 0 | 11000 | 1101 | 111011 | 101101 | 1001100 |
Color Harmonies of #DEDDA8
Complementary color
Monochromatic Colors of #DEDDA8
Black with #DEDDA8
Text Example
Text Example
White with #DEDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDA8; }
p { color: rgb(222,221,168); }
H1.HeaderClassName
{
color: #DEDDA8;
}
.AnyTagClassName
{
color: #DEDDA8;
}
</style>
background-color css
<style>
a { background-color: #DEDDA8; }
a { background-color: rgb(222,221,168); }
div.DivClassName
{
background-color: #DEDDA8;
}
.BgClassName
{
background-color: #DEDDA8;
}
</style>
border-color css
<style>
span { border-color: #DEDDA8; }
span { border-color: rgb(222,221,168); }
td.TdClassName
{
border-color: #DEDDA8;
}
.TagClassName
{
border-color: #DEDDA8;
}
</style>