Shades of Mint Julep #DEDCA6
Tints of Mint Julep #DEDCA6
RGB
CMYK
RGB Variations
Color information
#DEDCA6 (or 0xDEDCA6) is known color: Mint Julep. HEX triplet: DE, DC and A6. RGB value is (222,220,166). Sum of RGB (Red+Green+Blue) = 222+220+166=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 166 (65.23% from 255 or 27.30% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCA6 is #212359. Grayscale: #D6D6D6. Windows color (decimal): -2171738 or 10935518. OLE color: 10935518.
HSL color Cylindrical-coordinate representation of color #DEDCA6: hue angle of 57.86º 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 #DEDCA6 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 166 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.13 |
| HSL | 57.86º | 0.46% | 0.76% | - |
| HSV(B) | 57.86º | 0.25% | 0.87% | - |
| XYZ | 62.6 | 69.47 | 46.19 | - |
| YUV | 214.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 166 | 0 | 0.01 | 0.25 | 0.13 | 57.86 | 0.46 | 0.76 |
| Hex | DE | DC | A6 | 0 | 1 | 19 | D | 3A | 2E | 4C |
| Octal | 336 | 334 | 246 | 0 | 1 | 31 | 15 | 72 | 56 | 114 |
| Binary | 11011110 | 11011100 | 10100110 | 0 | 1 | 11001 | 1101 | 111010 | 101110 | 1001100 |
Color Harmonies of #DEDCA6
Complementary color
Monochromatic Colors of #DEDCA6
Black with #DEDCA6
Text Example
Text Example
White with #DEDCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCA6; }
p { color: rgb(222,220,166); }
H1.HeaderClassName
{
color: #DEDCA6;
}
.AnyTagClassName
{
color: #DEDCA6;
}
</style>
background-color css
<style>
a { background-color: #DEDCA6; }
a { background-color: rgb(222,220,166); }
div.DivClassName
{
background-color: #DEDCA6;
}
.BgClassName
{
background-color: #DEDCA6;
}
</style>
border-color css
<style>
span { border-color: #DEDCA6; }
span { border-color: rgb(222,220,166); }
td.TdClassName
{
border-color: #DEDCA6;
}
.TagClassName
{
border-color: #DEDCA6;
}
</style>