Shades of Mint Julep #DED7A0
Tints of Mint Julep #DED7A0
RGB
CMYK
RGB Variations
Color information
#DED7A0 (or 0xDED7A0) is known color: Mint Julep. HEX triplet: DE, D7 and A0. RGB value is (222,215,160). Sum of RGB (Red+Green+Blue) = 222+215+160=597 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.19% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED7A0 is #21285F. Grayscale: #D3D3D3. Windows color (decimal): -2173024 or 10541022. OLE color: 10541022.
HSL color Cylindrical-coordinate representation of color #DED7A0: hue angle of 53.23º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DED7A0 is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 160 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.13 |
| HSL | 53.23º | 0.48% | 0.75% | - |
| HSV(B) | 53.23º | 0.28% | 0.87% | - |
| XYZ | 60.77 | 66.67 | 42.92 | - |
| YUV | 210.82 | 99.32 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 160 | 0 | 0.03 | 0.28 | 0.13 | 53.23 | 0.48 | 0.75 |
| Hex | DE | D7 | A0 | 0 | 3 | 1C | D | 35 | 30 | 4B |
| Octal | 336 | 327 | 240 | 0 | 3 | 34 | 15 | 65 | 60 | 113 |
| Binary | 11011110 | 11010111 | 10100000 | 0 | 11 | 11100 | 1101 | 110101 | 110000 | 1001011 |
Color Harmonies of #DED7A0
Complementary color
Monochromatic Colors of #DED7A0
Black with #DED7A0
Text Example
Text Example
White with #DED7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7A0; }
p { color: rgb(222,215,160); }
H1.HeaderClassName
{
color: #DED7A0;
}
.AnyTagClassName
{
color: #DED7A0;
}
</style>
background-color css
<style>
a { background-color: #DED7A0; }
a { background-color: rgb(222,215,160); }
div.DivClassName
{
background-color: #DED7A0;
}
.BgClassName
{
background-color: #DED7A0;
}
</style>
border-color css
<style>
span { border-color: #DED7A0; }
span { border-color: rgb(222,215,160); }
td.TdClassName
{
border-color: #DED7A0;
}
.TagClassName
{
border-color: #DED7A0;
}
</style>