Shades of Mint Julep #DEDBAA
Tints of Mint Julep #DEDBAA
RGB
CMYK
RGB Variations
Color information
#DEDBAA (or 0xDEDBAA) is known color: Mint Julep. HEX triplet: DE, DB and AA. RGB value is (222,219,170). Sum of RGB (Red+Green+Blue) = 222+219+170=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 219 (85.94% from 255 or 35.84% from 611); Blue value is 170 (66.80% from 255 or 27.82% from 611); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBAA is #212455. Grayscale: #D6D6D6. Windows color (decimal): -2171990 or 11197406. OLE color: 11197406.
HSL color Cylindrical-coordinate representation of color #DEDBAA: hue angle of 56.54º 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 #DEDBAA is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 170 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.13 |
| HSL | 56.54º | 0.44% | 0.77% | - |
| HSV(B) | 56.54º | 0.23% | 0.87% | - |
| XYZ | 62.71 | 69.09 | 48.06 | - |
| YUV | 214.31 | 102.99 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 170 | 0 | 0.01 | 0.23 | 0.13 | 56.54 | 0.44 | 0.77 |
| Hex | DE | DB | AA | 0 | 1 | 17 | D | 39 | 2C | 4D |
| Octal | 336 | 333 | 252 | 0 | 1 | 27 | 15 | 71 | 54 | 115 |
| Binary | 11011110 | 11011011 | 10101010 | 0 | 1 | 10111 | 1101 | 111001 | 101100 | 1001101 |
Color Harmonies of #DEDBAA
Complementary color
Monochromatic Colors of #DEDBAA
Black with #DEDBAA
Text Example
Text Example
White with #DEDBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBAA; }
p { color: rgb(222,219,170); }
H1.HeaderClassName
{
color: #DEDBAA;
}
.AnyTagClassName
{
color: #DEDBAA;
}
</style>
background-color css
<style>
a { background-color: #DEDBAA; }
a { background-color: rgb(222,219,170); }
div.DivClassName
{
background-color: #DEDBAA;
}
.BgClassName
{
background-color: #DEDBAA;
}
</style>
border-color css
<style>
span { border-color: #DEDBAA; }
span { border-color: rgb(222,219,170); }
td.TdClassName
{
border-color: #DEDBAA;
}
.TagClassName
{
border-color: #DEDBAA;
}
</style>