Shades of Mint Julep #DED89B
Tints of Mint Julep #DED89B
RGB
CMYK
RGB Variations
Color information
#DED89B (or 0xDED89B) is known color: Mint Julep. HEX triplet: DE, D8 and 9B. RGB value is (222,216,155). Sum of RGB (Red+Green+Blue) = 222+216+155=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 155 (60.94% from 255 or 26.14% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DED89B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED89B is #212764. Grayscale: #D3D3D3. Windows color (decimal): -2172773 or 10213598. OLE color: 10213598.
HSL color Cylindrical-coordinate representation of color #DED89B: hue angle of 54.63º 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 #DED89B is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 155 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.13 |
| HSL | 54.63º | 0.5% | 0.74% | - |
| HSV(B) | 54.63º | 0.3% | 0.87% | - |
| XYZ | 60.6 | 67.01 | 40.75 | - |
| YUV | 210.84 | 96.49 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 155 | 0 | 0.03 | 0.30 | 0.13 | 54.63 | 0.5 | 0.74 |
| Hex | DE | D8 | 9B | 0 | 3 | 1E | D | 37 | 32 | 4A |
| Octal | 336 | 330 | 233 | 0 | 3 | 36 | 15 | 67 | 62 | 112 |
| Binary | 11011110 | 11011000 | 10011011 | 0 | 11 | 11110 | 1101 | 110111 | 110010 | 1001010 |
Color Harmonies of #DED89B
Complementary color
Monochromatic Colors of #DED89B
Black with #DED89B
Text Example
Text Example
White with #DED89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED89B; }
p { color: rgb(222,216,155); }
H1.HeaderClassName
{
color: #DED89B;
}
.AnyTagClassName
{
color: #DED89B;
}
</style>
background-color css
<style>
a { background-color: #DED89B; }
a { background-color: rgb(222,216,155); }
div.DivClassName
{
background-color: #DED89B;
}
.BgClassName
{
background-color: #DED89B;
}
</style>
border-color css
<style>
span { border-color: #DED89B; }
span { border-color: rgb(222,216,155); }
td.TdClassName
{
border-color: #DED89B;
}
.TagClassName
{
border-color: #DED89B;
}
</style>