Shades of Mint Julep #D8DD9E
Tints of Mint Julep #D8DD9E
RGB
CMYK
RGB Variations
Color information
#D8DD9E (or 0xD8DD9E) is known color: Mint Julep. HEX triplet: D8, DD and 9E. RGB value is (216,221,158). Sum of RGB (Red+Green+Blue) = 216+221+158=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 158 (62.11% from 255 or 26.55% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DD9E is #272261. Grayscale: #D4D4D4. Windows color (decimal): -2564706 or 10411480. OLE color: 10411480.
HSL color Cylindrical-coordinate representation of color #D8DD9E: hue angle of 64.76º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D8DD9E is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 221 | 158 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.13 |
| HSL | 64.76º | 0.48% | 0.74% | - |
| HSV(B) | 64.76º | 0.29% | 0.87% | - |
| XYZ | 60.35 | 68.78 | 42.44 | - |
| YUV | 212.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 221 | 158 | 0.02 | 0 | 0.29 | 0.13 | 64.76 | 0.48 | 0.74 |
| Hex | D8 | DD | 9E | 2 | 0 | 1D | D | 41 | 30 | 4A |
| Octal | 330 | 335 | 236 | 2 | 0 | 35 | 15 | 101 | 60 | 112 |
| Binary | 11011000 | 11011101 | 10011110 | 10 | 0 | 11101 | 1101 | 1000001 | 110000 | 1001010 |
Color Harmonies of #D8DD9E
Complementary color
Monochromatic Colors of #D8DD9E
Black with #D8DD9E
Text Example
Text Example
White with #D8DD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DD9E; }
p { color: rgb(216,221,158); }
H1.HeaderClassName
{
color: #D8DD9E;
}
.AnyTagClassName
{
color: #D8DD9E;
}
</style>
background-color css
<style>
a { background-color: #D8DD9E; }
a { background-color: rgb(216,221,158); }
div.DivClassName
{
background-color: #D8DD9E;
}
.BgClassName
{
background-color: #D8DD9E;
}
</style>
border-color css
<style>
span { border-color: #D8DD9E; }
span { border-color: rgb(216,221,158); }
td.TdClassName
{
border-color: #D8DD9E;
}
.TagClassName
{
border-color: #D8DD9E;
}
</style>