Shades of Mint Julep #DED7A4
Tints of Mint Julep #DED7A4
RGB
CMYK
RGB Variations
Color information
#DED7A4 (or 0xDED7A4) is known color: Mint Julep. HEX triplet: DE, D7 and A4. RGB value is (222,215,164). Sum of RGB (Red+Green+Blue) = 222+215+164=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 164 (64.45% from 255 or 27.29% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DED7A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED7A4 is #21285B. Grayscale: #D3D3D3. Windows color (decimal): -2173020 or 10803166. OLE color: 10803166.
HSL color Cylindrical-coordinate representation of color #DED7A4: hue angle of 52.76º degrees, saturation: 0.47, 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 #DED7A4 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 215 | 164 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.13 |
| HSL | 52.76º | 0.47% | 0.76% | - |
| HSV(B) | 52.76º | 0.26% | 0.87% | - |
| XYZ | 61.13 | 66.81 | 44.8 | - |
| YUV | 211.28 | 101.32 | 135.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 215 | 164 | 0 | 0.03 | 0.26 | 0.13 | 52.76 | 0.47 | 0.76 |
| Hex | DE | D7 | A4 | 0 | 3 | 1A | D | 35 | 2F | 4C |
| Octal | 336 | 327 | 244 | 0 | 3 | 32 | 15 | 65 | 57 | 114 |
| Binary | 11011110 | 11010111 | 10100100 | 0 | 11 | 11010 | 1101 | 110101 | 101111 | 1001100 |
Color Harmonies of #DED7A4
Complementary color
Monochromatic Colors of #DED7A4
Black with #DED7A4
Text Example
Text Example
White with #DED7A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED7A4; }
p { color: rgb(222,215,164); }
H1.HeaderClassName
{
color: #DED7A4;
}
.AnyTagClassName
{
color: #DED7A4;
}
</style>
background-color css
<style>
a { background-color: #DED7A4; }
a { background-color: rgb(222,215,164); }
div.DivClassName
{
background-color: #DED7A4;
}
.BgClassName
{
background-color: #DED7A4;
}
</style>
border-color css
<style>
span { border-color: #DED7A4; }
span { border-color: rgb(222,215,164); }
td.TdClassName
{
border-color: #DED7A4;
}
.TagClassName
{
border-color: #DED7A4;
}
</style>