Shades of Mint Julep #DEDDA6
Tints of Mint Julep #DEDDA6
RGB
CMYK
RGB Variations
Color information
#DEDDA6 (or 0xDEDDA6) is known color: Mint Julep. HEX triplet: DE, DD and A6. RGB value is (222,221,166). Sum of RGB (Red+Green+Blue) = 222+221+166=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 166 (65.23% from 255 or 27.26% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDA6 is #212259. Grayscale: #D7D7D7. Windows color (decimal): -2171482 or 10935774. OLE color: 10935774.
HSL color Cylindrical-coordinate representation of color #DEDDA6: hue angle of 58.93º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEDDA6 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 166 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.13 |
| HSL | 58.93º | 0.46% | 0.76% | - |
| HSV(B) | 58.93º | 0.25% | 0.87% | - |
| XYZ | 62.86 | 70 | 46.27 | - |
| YUV | 215.03 | 100.33 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 166 | 0 | 0.00 | 0.25 | 0.13 | 58.93 | 0.46 | 0.76 |
| Hex | DE | DD | A6 | 0 | 0 | 19 | D | 3B | 2E | 4C |
| Octal | 336 | 335 | 246 | 0 | 0 | 31 | 15 | 73 | 56 | 114 |
| Binary | 11011110 | 11011101 | 10100110 | 0 | 0 | 11001 | 1101 | 111011 | 101110 | 1001100 |
Color Harmonies of #DEDDA6
Complementary color
Monochromatic Colors of #DEDDA6
Black with #DEDDA6
Text Example
Text Example
White with #DEDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDA6; }
p { color: rgb(222,221,166); }
H1.HeaderClassName
{
color: #DEDDA6;
}
.AnyTagClassName
{
color: #DEDDA6;
}
</style>
background-color css
<style>
a { background-color: #DEDDA6; }
a { background-color: rgb(222,221,166); }
div.DivClassName
{
background-color: #DEDDA6;
}
.BgClassName
{
background-color: #DEDDA6;
}
</style>
border-color css
<style>
span { border-color: #DEDDA6; }
span { border-color: rgb(222,221,166); }
td.TdClassName
{
border-color: #DEDDA6;
}
.TagClassName
{
border-color: #DEDDA6;
}
</style>