Shades of Mint Julep #DEDEA2
Tints of Mint Julep #DEDEA2
RGB
CMYK
RGB Variations
Color information
#DEDEA2 (or 0xDEDEA2) is known color: Mint Julep. HEX triplet: DE, DE and A2. RGB value is (222,222,162). Sum of RGB (Red+Green+Blue) = 222+222+162=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 162 (63.67% from 255 or 26.73% from 606); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA2 is #21215D. Grayscale: #D7D7D7. Windows color (decimal): -2171230 or 10673886. OLE color: 10673886.
HSL color Cylindrical-coordinate representation of color #DEDEA2: hue angle of 60º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEDEA2 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 162 | - |
| CMYK | 0 | 0 | 0.27 | 0.13 |
| HSL | 60º | 0.48% | 0.75% | - |
| HSV(B) | 60º | 0.27% | 0.87% | - |
| XYZ | 62.77 | 70.38 | 44.46 | - |
| YUV | 215.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 162 | 0 | 0 | 0.27 | 0.13 | 60 | 0.48 | 0.75 |
| Hex | DE | DE | A2 | 0 | 0 | 1B | D | 3C | 30 | 4B |
| Octal | 336 | 336 | 242 | 0 | 0 | 33 | 15 | 74 | 60 | 113 |
| Binary | 11011110 | 11011110 | 10100010 | 0 | 0 | 11011 | 1101 | 111100 | 110000 | 1001011 |
Color Harmonies of #DEDEA2
Complementary color
Monochromatic Colors of #DEDEA2
Black with #DEDEA2
Text Example
Text Example
White with #DEDEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEA2; }
p { color: rgb(222,222,162); }
H1.HeaderClassName
{
color: #DEDEA2;
}
.AnyTagClassName
{
color: #DEDEA2;
}
</style>
background-color css
<style>
a { background-color: #DEDEA2; }
a { background-color: rgb(222,222,162); }
div.DivClassName
{
background-color: #DEDEA2;
}
.BgClassName
{
background-color: #DEDEA2;
}
</style>
border-color css
<style>
span { border-color: #DEDEA2; }
span { border-color: rgb(222,222,162); }
td.TdClassName
{
border-color: #DEDEA2;
}
.TagClassName
{
border-color: #DEDEA2;
}
</style>