Shades of Mint Julep #DED8AD
Tints of Mint Julep #DED8AD
RGB
CMYK
RGB Variations
Color information
#DED8AD (or 0xDED8AD) is known color: Mint Julep. HEX triplet: DE, D8 and AD. RGB value is (222,216,173). Sum of RGB (Red+Green+Blue) = 222+216+173=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 173 (67.97% from 255 or 28.31% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8AD is #212752. Grayscale: #D5D5D5. Windows color (decimal): -2172755 or 11393246. OLE color: 11393246.
HSL color Cylindrical-coordinate representation of color #DED8AD: hue angle of 52.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DED8AD is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 173 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.13 |
| HSL | 52.65º | 0.43% | 0.77% | - |
| HSV(B) | 52.65º | 0.22% | 0.87% | - |
| XYZ | 62.22 | 67.66 | 49.32 | - |
| YUV | 212.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 173 | 0 | 0.03 | 0.22 | 0.13 | 52.65 | 0.43 | 0.77 |
| Hex | DE | D8 | AD | 0 | 3 | 16 | D | 35 | 2B | 4D |
| Octal | 336 | 330 | 255 | 0 | 3 | 26 | 15 | 65 | 53 | 115 |
| Binary | 11011110 | 11011000 | 10101101 | 0 | 11 | 10110 | 1101 | 110101 | 101011 | 1001101 |
Color Harmonies of #DED8AD
Complementary color
Monochromatic Colors of #DED8AD
Black with #DED8AD
Text Example
Text Example
White with #DED8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8AD; }
p { color: rgb(222,216,173); }
H1.HeaderClassName
{
color: #DED8AD;
}
.AnyTagClassName
{
color: #DED8AD;
}
</style>
background-color css
<style>
a { background-color: #DED8AD; }
a { background-color: rgb(222,216,173); }
div.DivClassName
{
background-color: #DED8AD;
}
.BgClassName
{
background-color: #DED8AD;
}
</style>
border-color css
<style>
span { border-color: #DED8AD; }
span { border-color: rgb(222,216,173); }
td.TdClassName
{
border-color: #DED8AD;
}
.TagClassName
{
border-color: #DED8AD;
}
</style>