Shades of Mint Julep #DED5AA
Tints of Mint Julep #DED5AA
RGB
CMYK
RGB Variations
Color information
#DED5AA (or 0xDED5AA) is known color: Mint Julep. HEX triplet: DE, D5 and AA. RGB value is (222,213,170). Sum of RGB (Red+Green+Blue) = 222+213+170=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 213 (83.59% from 255 or 35.21% from 605); Blue value is 170 (66.80% from 255 or 28.10% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5AA is #212A55. Grayscale: #D2D2D2. Windows color (decimal): -2173526 or 11195870. OLE color: 11195870.
HSL color Cylindrical-coordinate representation of color #DED5AA: hue angle of 49.62º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DED5AA is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 170 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.13 |
| HSL | 49.62º | 0.44% | 0.77% | - |
| HSV(B) | 49.62º | 0.23% | 0.87% | - |
| XYZ | 61.17 | 66.02 | 47.55 | - |
| YUV | 210.79 | 104.98 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 170 | 0 | 0.04 | 0.23 | 0.13 | 49.62 | 0.44 | 0.77 |
| Hex | DE | D5 | AA | 0 | 4 | 17 | D | 32 | 2C | 4D |
| Octal | 336 | 325 | 252 | 0 | 4 | 27 | 15 | 62 | 54 | 115 |
| Binary | 11011110 | 11010101 | 10101010 | 0 | 100 | 10111 | 1101 | 110010 | 101100 | 1001101 |
Color Harmonies of #DED5AA
Complementary color
Monochromatic Colors of #DED5AA
Black with #DED5AA
Text Example
Text Example
White with #DED5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5AA; }
p { color: rgb(222,213,170); }
H1.HeaderClassName
{
color: #DED5AA;
}
.AnyTagClassName
{
color: #DED5AA;
}
</style>
background-color css
<style>
a { background-color: #DED5AA; }
a { background-color: rgb(222,213,170); }
div.DivClassName
{
background-color: #DED5AA;
}
.BgClassName
{
background-color: #DED5AA;
}
</style>
border-color css
<style>
span { border-color: #DED5AA; }
span { border-color: rgb(222,213,170); }
td.TdClassName
{
border-color: #DED5AA;
}
.TagClassName
{
border-color: #DED5AA;
}
</style>