Shades of Mint Julep #DEDBA1
Tints of Mint Julep #DEDBA1
RGB
CMYK
RGB Variations
Color information
#DEDBA1 (or 0xDEDBA1) is known color: Mint Julep. HEX triplet: DE, DB and A1. RGB value is (222,219,161). Sum of RGB (Red+Green+Blue) = 222+219+161=602 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.88% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 161 (63.28% from 255 or 26.74% from 602); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBA1 is #21245E. Grayscale: #D5D5D5. Windows color (decimal): -2171999 or 10607582. OLE color: 10607582.
HSL color Cylindrical-coordinate representation of color #DEDBA1: hue angle of 57.05º 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 #DEDBA1 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 161 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.13 |
| HSL | 57.05º | 0.48% | 0.75% | - |
| HSV(B) | 57.05º | 0.27% | 0.87% | - |
| XYZ | 61.89 | 68.77 | 43.73 | - |
| YUV | 213.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 161 | 0 | 0.01 | 0.27 | 0.13 | 57.05 | 0.48 | 0.75 |
| Hex | DE | DB | A1 | 0 | 1 | 1B | D | 39 | 30 | 4B |
| Octal | 336 | 333 | 241 | 0 | 1 | 33 | 15 | 71 | 60 | 113 |
| Binary | 11011110 | 11011011 | 10100001 | 0 | 1 | 11011 | 1101 | 111001 | 110000 | 1001011 |
Color Harmonies of #DEDBA1
Complementary color
Monochromatic Colors of #DEDBA1
Black with #DEDBA1
Text Example
Text Example
White with #DEDBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBA1; }
p { color: rgb(222,219,161); }
H1.HeaderClassName
{
color: #DEDBA1;
}
.AnyTagClassName
{
color: #DEDBA1;
}
</style>
background-color css
<style>
a { background-color: #DEDBA1; }
a { background-color: rgb(222,219,161); }
div.DivClassName
{
background-color: #DEDBA1;
}
.BgClassName
{
background-color: #DEDBA1;
}
</style>
border-color css
<style>
span { border-color: #DEDBA1; }
span { border-color: rgb(222,219,161); }
td.TdClassName
{
border-color: #DEDBA1;
}
.TagClassName
{
border-color: #DEDBA1;
}
</style>