Shades of Mint Julep #DED9A9
Tints of Mint Julep #DED9A9
RGB
CMYK
RGB Variations
Color information
#DED9A9 (or 0xDED9A9) is known color: Mint Julep. HEX triplet: DE, D9 and A9. RGB value is (222,217,169). Sum of RGB (Red+Green+Blue) = 222+217+169=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 169 (66.41% from 255 or 27.80% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED9A9 is #212656. Grayscale: #D5D5D5. Windows color (decimal): -2172503 or 11131358. OLE color: 11131358.
HSL color Cylindrical-coordinate representation of color #DED9A9: hue angle of 54.34º 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 #DED9A9 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 169 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.13 |
| HSL | 54.34º | 0.45% | 0.77% | - |
| HSV(B) | 54.34º | 0.24% | 0.87% | - |
| XYZ | 62.1 | 68.02 | 47.39 | - |
| YUV | 213.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 169 | 0 | 0.02 | 0.24 | 0.13 | 54.34 | 0.45 | 0.77 |
| Hex | DE | D9 | A9 | 0 | 2 | 18 | D | 36 | 2D | 4D |
| Octal | 336 | 331 | 251 | 0 | 2 | 30 | 15 | 66 | 55 | 115 |
| Binary | 11011110 | 11011001 | 10101001 | 0 | 10 | 11000 | 1101 | 110110 | 101101 | 1001101 |
Color Harmonies of #DED9A9
Complementary color
Monochromatic Colors of #DED9A9
Black with #DED9A9
Text Example
Text Example
White with #DED9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9A9; }
p { color: rgb(222,217,169); }
H1.HeaderClassName
{
color: #DED9A9;
}
.AnyTagClassName
{
color: #DED9A9;
}
</style>
background-color css
<style>
a { background-color: #DED9A9; }
a { background-color: rgb(222,217,169); }
div.DivClassName
{
background-color: #DED9A9;
}
.BgClassName
{
background-color: #DED9A9;
}
</style>
border-color css
<style>
span { border-color: #DED9A9; }
span { border-color: rgb(222,217,169); }
td.TdClassName
{
border-color: #DED9A9;
}
.TagClassName
{
border-color: #DED9A9;
}
</style>