Shades of Mint Julep #DEDAA0
Tints of Mint Julep #DEDAA0
RGB
CMYK
RGB Variations
Color information
#DEDAA0 (or 0xDEDAA0) is known color: Mint Julep. HEX triplet: DE, DA and A0. RGB value is (222,218,160). Sum of RGB (Red+Green+Blue) = 222+218+160=600 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 160 (62.89% from 255 or 26.67% from 600); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAA0 is #21255F. Grayscale: #D4D4D4. Windows color (decimal): -2172256 or 10541790. OLE color: 10541790.
HSL color Cylindrical-coordinate representation of color #DEDAA0: hue angle of 56.13º 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 #DEDAA0 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 160 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.13 |
| HSL | 56.13º | 0.48% | 0.75% | - |
| HSV(B) | 56.13º | 0.28% | 0.87% | - |
| XYZ | 61.54 | 68.21 | 43.18 | - |
| YUV | 212.58 | 98.33 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 160 | 0 | 0.02 | 0.28 | 0.13 | 56.13 | 0.48 | 0.75 |
| Hex | DE | DA | A0 | 0 | 2 | 1C | D | 38 | 30 | 4B |
| Octal | 336 | 332 | 240 | 0 | 2 | 34 | 15 | 70 | 60 | 113 |
| Binary | 11011110 | 11011010 | 10100000 | 0 | 10 | 11100 | 1101 | 111000 | 110000 | 1001011 |
Color Harmonies of #DEDAA0
Complementary color
Monochromatic Colors of #DEDAA0
Black with #DEDAA0
Text Example
Text Example
White with #DEDAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAA0; }
p { color: rgb(222,218,160); }
H1.HeaderClassName
{
color: #DEDAA0;
}
.AnyTagClassName
{
color: #DEDAA0;
}
</style>
background-color css
<style>
a { background-color: #DEDAA0; }
a { background-color: rgb(222,218,160); }
div.DivClassName
{
background-color: #DEDAA0;
}
.BgClassName
{
background-color: #DEDAA0;
}
</style>
border-color css
<style>
span { border-color: #DEDAA0; }
span { border-color: rgb(222,218,160); }
td.TdClassName
{
border-color: #DEDAA0;
}
.TagClassName
{
border-color: #DEDAA0;
}
</style>