Shades of Mint Julep #DED9A3
Tints of Mint Julep #DED9A3
RGB
CMYK
RGB Variations
Color information
#DED9A3 (or 0xDED9A3) is known color: Mint Julep. HEX triplet: DE, D9 and A3. RGB value is (222,217,163). Sum of RGB (Red+Green+Blue) = 222+217+163=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 163 (64.06% from 255 or 27.08% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED9A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED9A3 is #21265C. Grayscale: #D4D4D4. Windows color (decimal): -2172509 or 10738142. OLE color: 10738142.
HSL color Cylindrical-coordinate representation of color #DED9A3: hue angle of 54.92º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DED9A3 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 163 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.13 |
| HSL | 54.92º | 0.47% | 0.75% | - |
| HSV(B) | 54.92º | 0.27% | 0.87% | - |
| XYZ | 61.55 | 67.8 | 44.49 | - |
| YUV | 212.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 163 | 0 | 0.02 | 0.27 | 0.13 | 54.92 | 0.47 | 0.75 |
| Hex | DE | D9 | A3 | 0 | 2 | 1B | D | 37 | 2F | 4B |
| Octal | 336 | 331 | 243 | 0 | 2 | 33 | 15 | 67 | 57 | 113 |
| Binary | 11011110 | 11011001 | 10100011 | 0 | 10 | 11011 | 1101 | 110111 | 101111 | 1001011 |
Color Harmonies of #DED9A3
Complementary color
Monochromatic Colors of #DED9A3
Black with #DED9A3
Text Example
Text Example
White with #DED9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED9A3; }
p { color: rgb(222,217,163); }
H1.HeaderClassName
{
color: #DED9A3;
}
.AnyTagClassName
{
color: #DED9A3;
}
</style>
background-color css
<style>
a { background-color: #DED9A3; }
a { background-color: rgb(222,217,163); }
div.DivClassName
{
background-color: #DED9A3;
}
.BgClassName
{
background-color: #DED9A3;
}
</style>
border-color css
<style>
span { border-color: #DED9A3; }
span { border-color: rgb(222,217,163); }
td.TdClassName
{
border-color: #DED9A3;
}
.TagClassName
{
border-color: #DED9A3;
}
</style>