Shades of Mint Julep #D8DA9C
Tints of Mint Julep #D8DA9C
RGB
CMYK
RGB Variations
Color information
#D8DA9C (or 0xD8DA9C) is known color: Mint Julep. HEX triplet: D8, DA and 9C. RGB value is (216,218,156). Sum of RGB (Red+Green+Blue) = 216+218+156=590 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.61% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 156 (61.33% from 255 or 26.44% from 590); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DA9C is #272563. Grayscale: #D2D2D2. Windows color (decimal): -2565476 or 10279640. OLE color: 10279640.
HSL color Cylindrical-coordinate representation of color #D8DA9C: hue angle of 61.94º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D8DA9C is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 156 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.15 |
| HSL | 61.94º | 0.46% | 0.73% | - |
| HSV(B) | 61.94º | 0.28% | 0.85% | - |
| XYZ | 59.39 | 67.14 | 41.28 | - |
| YUV | 210.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 156 | 0.01 | 0 | 0.28 | 0.15 | 61.94 | 0.46 | 0.73 |
| Hex | D8 | DA | 9C | 1 | 0 | 1C | F | 3E | 2E | 49 |
| Octal | 330 | 332 | 234 | 1 | 0 | 34 | 17 | 76 | 56 | 111 |
| Binary | 11011000 | 11011010 | 10011100 | 1 | 0 | 11100 | 1111 | 111110 | 101110 | 1001001 |
Color Harmonies of #D8DA9C
Complementary color
Monochromatic Colors of #D8DA9C
Black with #D8DA9C
Text Example
Text Example
White with #D8DA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA9C; }
p { color: rgb(216,218,156); }
H1.HeaderClassName
{
color: #D8DA9C;
}
.AnyTagClassName
{
color: #D8DA9C;
}
</style>
background-color css
<style>
a { background-color: #D8DA9C; }
a { background-color: rgb(216,218,156); }
div.DivClassName
{
background-color: #D8DA9C;
}
.BgClassName
{
background-color: #D8DA9C;
}
</style>
border-color css
<style>
span { border-color: #D8DA9C; }
span { border-color: rgb(216,218,156); }
td.TdClassName
{
border-color: #D8DA9C;
}
.TagClassName
{
border-color: #D8DA9C;
}
</style>