Shades of Mint Julep #D8DA9D
Tints of Mint Julep #D8DA9D
RGB
CMYK
RGB Variations
Color information
#D8DA9D (or 0xD8DA9D) is known color: Mint Julep. HEX triplet: D8, DA and 9D. RGB value is (216,218,157). Sum of RGB (Red+Green+Blue) = 216+218+157=591 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.55% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 157 (61.72% from 255 or 26.57% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9D is #272562. Grayscale: #D2D2D2. Windows color (decimal): -2565475 or 10345176. OLE color: 10345176.
HSL color Cylindrical-coordinate representation of color #D8DA9D: hue angle of 61.97º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8DA9D is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 157 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.15 |
| HSL | 61.97º | 0.45% | 0.74% | - |
| HSV(B) | 61.97º | 0.28% | 0.85% | - |
| XYZ | 59.48 | 67.18 | 41.73 | - |
| YUV | 210.45 | 97.84 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 157 | 0.01 | 0 | 0.28 | 0.15 | 61.97 | 0.45 | 0.74 |
| Hex | D8 | DA | 9D | 1 | 0 | 1C | F | 3E | 2D | 4A |
| Octal | 330 | 332 | 235 | 1 | 0 | 34 | 17 | 76 | 55 | 112 |
| Binary | 11011000 | 11011010 | 10011101 | 1 | 0 | 11100 | 1111 | 111110 | 101101 | 1001010 |
Color Harmonies of #D8DA9D
Complementary color
Monochromatic Colors of #D8DA9D
Black with #D8DA9D
Text Example
Text Example
White with #D8DA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA9D; }
p { color: rgb(216,218,157); }
H1.HeaderClassName
{
color: #D8DA9D;
}
.AnyTagClassName
{
color: #D8DA9D;
}
</style>
background-color css
<style>
a { background-color: #D8DA9D; }
a { background-color: rgb(216,218,157); }
div.DivClassName
{
background-color: #D8DA9D;
}
.BgClassName
{
background-color: #D8DA9D;
}
</style>
border-color css
<style>
span { border-color: #D8DA9D; }
span { border-color: rgb(216,218,157); }
td.TdClassName
{
border-color: #D8DA9D;
}
.TagClassName
{
border-color: #D8DA9D;
}
</style>