Shades of Mint Julep #DED9AA
Tints of Mint Julep #DED9AA
RGB
CMYK
RGB Variations
Color information
#DED9AA (or 0xDED9AA) is known color: Mint Julep. HEX triplet: DE, D9 and AA. RGB value is (222,217,170). Sum of RGB (Red+Green+Blue) = 222+217+170=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED9AA is #212655. Grayscale: #D5D5D5. Windows color (decimal): -2172502 or 11196894. OLE color: 11196894.
HSL color Cylindrical-coordinate representation of color #DED9AA: hue angle of 54.23º 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 #DED9AA is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 170 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.13 |
| HSL | 54.23º | 0.44% | 0.77% | - |
| HSV(B) | 54.23º | 0.23% | 0.87% | - |
| XYZ | 62.19 | 68.06 | 47.89 | - |
| YUV | 213.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 170 | 0 | 0.02 | 0.23 | 0.13 | 54.23 | 0.44 | 0.77 |
| Hex | DE | D9 | AA | 0 | 2 | 17 | D | 36 | 2C | 4D |
| Octal | 336 | 331 | 252 | 0 | 2 | 27 | 15 | 66 | 54 | 115 |
| Binary | 11011110 | 11011001 | 10101010 | 0 | 10 | 10111 | 1101 | 110110 | 101100 | 1001101 |
Color Harmonies of #DED9AA
Complementary color
Monochromatic Colors of #DED9AA
Black with #DED9AA
Text Example
Text Example
White with #DED9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9AA; }
p { color: rgb(222,217,170); }
H1.HeaderClassName
{
color: #DED9AA;
}
.AnyTagClassName
{
color: #DED9AA;
}
</style>
background-color css
<style>
a { background-color: #DED9AA; }
a { background-color: rgb(222,217,170); }
div.DivClassName
{
background-color: #DED9AA;
}
.BgClassName
{
background-color: #DED9AA;
}
</style>
border-color css
<style>
span { border-color: #DED9AA; }
span { border-color: rgb(222,217,170); }
td.TdClassName
{
border-color: #DED9AA;
}
.TagClassName
{
border-color: #DED9AA;
}
</style>