Shades of Mint Julep #DEDA9B
Tints of Mint Julep #DEDA9B
RGB
CMYK
RGB Variations
Color information
#DEDA9B (or 0xDEDA9B) is known color: Mint Julep. HEX triplet: DE, DA and 9B. RGB value is (222,218,155). Sum of RGB (Red+Green+Blue) = 222+218+155=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDA9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDA9B is #212564. Grayscale: #D4D4D4. Windows color (decimal): -2172261 or 10214110. OLE color: 10214110.
HSL color Cylindrical-coordinate representation of color #DEDA9B: hue angle of 56.42º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEDA9B is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 155 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 56.42º | 0.5% | 0.74% | - |
| HSV(B) | 56.42º | 0.3% | 0.87% | - |
| XYZ | 61.11 | 68.04 | 40.92 | - |
| YUV | 212.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 155 | 0 | 0.02 | 0.30 | 0.13 | 56.42 | 0.5 | 0.74 |
| Hex | DE | DA | 9B | 0 | 2 | 1E | D | 38 | 32 | 4A |
| Octal | 336 | 332 | 233 | 0 | 2 | 36 | 15 | 70 | 62 | 112 |
| Binary | 11011110 | 11011010 | 10011011 | 0 | 10 | 11110 | 1101 | 111000 | 110010 | 1001010 |
Color Harmonies of #DEDA9B
Complementary color
Monochromatic Colors of #DEDA9B
Black with #DEDA9B
Text Example
Text Example
White with #DEDA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDA9B; }
p { color: rgb(222,218,155); }
H1.HeaderClassName
{
color: #DEDA9B;
}
.AnyTagClassName
{
color: #DEDA9B;
}
</style>
background-color css
<style>
a { background-color: #DEDA9B; }
a { background-color: rgb(222,218,155); }
div.DivClassName
{
background-color: #DEDA9B;
}
.BgClassName
{
background-color: #DEDA9B;
}
</style>
border-color css
<style>
span { border-color: #DEDA9B; }
span { border-color: rgb(222,218,155); }
td.TdClassName
{
border-color: #DEDA9B;
}
.TagClassName
{
border-color: #DEDA9B;
}
</style>