Shades of Mint Julep #DED7A5
Tints of Mint Julep #DED7A5
RGB
CMYK
RGB Variations
Color information
#DED7A5 (or 0xDED7A5) is known color: Mint Julep. HEX triplet: DE, D7 and A5. RGB value is (222,215,165). Sum of RGB (Red+Green+Blue) = 222+215+165=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 165 (64.84% from 255 or 27.41% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED7A5 is #21285A. Grayscale: #D3D3D3. Windows color (decimal): -2173019 or 10868702. OLE color: 10868702.
HSL color Cylindrical-coordinate representation of color #DED7A5: hue angle of 52.63º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DED7A5 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 165 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.13 |
| HSL | 52.63º | 0.46% | 0.76% | - |
| HSV(B) | 52.63º | 0.26% | 0.87% | - |
| XYZ | 61.22 | 66.85 | 45.27 | - |
| YUV | 211.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 165 | 0 | 0.03 | 0.26 | 0.13 | 52.63 | 0.46 | 0.76 |
| Hex | DE | D7 | A5 | 0 | 3 | 1A | D | 35 | 2E | 4C |
| Octal | 336 | 327 | 245 | 0 | 3 | 32 | 15 | 65 | 56 | 114 |
| Binary | 11011110 | 11010111 | 10100101 | 0 | 11 | 11010 | 1101 | 110101 | 101110 | 1001100 |
Color Harmonies of #DED7A5
Complementary color
Monochromatic Colors of #DED7A5
Black with #DED7A5
Text Example
Text Example
White with #DED7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7A5; }
p { color: rgb(222,215,165); }
H1.HeaderClassName
{
color: #DED7A5;
}
.AnyTagClassName
{
color: #DED7A5;
}
</style>
background-color css
<style>
a { background-color: #DED7A5; }
a { background-color: rgb(222,215,165); }
div.DivClassName
{
background-color: #DED7A5;
}
.BgClassName
{
background-color: #DED7A5;
}
</style>
border-color css
<style>
span { border-color: #DED7A5; }
span { border-color: rgb(222,215,165); }
td.TdClassName
{
border-color: #DED7A5;
}
.TagClassName
{
border-color: #DED7A5;
}
</style>