Shades of Mint Julep #DEDCAA
Tints of Mint Julep #DEDCAA
RGB
CMYK
RGB Variations
Color information
#DEDCAA (or 0xDEDCAA) is known color: Mint Julep. HEX triplet: DE, DC and AA. RGB value is (222,220,170). Sum of RGB (Red+Green+Blue) = 222+220+170=612 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.27% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 170 (66.80% from 255 or 27.78% from 612); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDCAA is #212355. Grayscale: #D7D7D7. Windows color (decimal): -2171734 or 11197662. OLE color: 11197662.
HSL color Cylindrical-coordinate representation of color #DEDCAA: hue angle of 57.69º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DEDCAA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 220 | 170 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.13 |
| HSL | 57.69º | 0.44% | 0.77% | - |
| HSV(B) | 57.69º | 0.23% | 0.87% | - |
| XYZ | 62.97 | 69.62 | 48.15 | - |
| YUV | 214.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 220 | 170 | 0 | 0.01 | 0.23 | 0.13 | 57.69 | 0.44 | 0.77 |
| Hex | DE | DC | AA | 0 | 1 | 17 | D | 3A | 2C | 4D |
| Octal | 336 | 334 | 252 | 0 | 1 | 27 | 15 | 72 | 54 | 115 |
| Binary | 11011110 | 11011100 | 10101010 | 0 | 1 | 10111 | 1101 | 111010 | 101100 | 1001101 |
Color Harmonies of #DEDCAA
Complementary color
Monochromatic Colors of #DEDCAA
Black with #DEDCAA
Text Example
Text Example
White with #DEDCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDCAA; }
p { color: rgb(222,220,170); }
H1.HeaderClassName
{
color: #DEDCAA;
}
.AnyTagClassName
{
color: #DEDCAA;
}
</style>
background-color css
<style>
a { background-color: #DEDCAA; }
a { background-color: rgb(222,220,170); }
div.DivClassName
{
background-color: #DEDCAA;
}
.BgClassName
{
background-color: #DEDCAA;
}
</style>
border-color css
<style>
span { border-color: #DEDCAA; }
span { border-color: rgb(222,220,170); }
td.TdClassName
{
border-color: #DEDCAA;
}
.TagClassName
{
border-color: #DEDCAA;
}
</style>