Shades of Mint Julep #D9DD9D
Tints of Mint Julep #D9DD9D
RGB
CMYK
RGB Variations
Color information
#D9DD9D (or 0xD9DD9D) is known color: Mint Julep. HEX triplet: D9, DD and 9D. RGB value is (217,221,157). Sum of RGB (Red+Green+Blue) = 217+221+157=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 157 (61.72% from 255 or 26.39% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #D9DD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DD9D is #262262. Grayscale: #D4D4D4. Windows color (decimal): -2499171 or 10345945. OLE color: 10345945.
HSL color Cylindrical-coordinate representation of color #D9DD9D: hue angle of 63.75º 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 #D9DD9D is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 221 | 157 | - |
| CMYK | 0.02 | 0 | 0.29 | 0.13 |
| HSL | 63.75º | 0.48% | 0.74% | - |
| HSV(B) | 63.75º | 0.29% | 0.87% | - |
| XYZ | 60.56 | 68.9 | 42.01 | - |
| YUV | 212.51 | 96.67 | 131.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 221 | 157 | 0.02 | 0 | 0.29 | 0.13 | 63.75 | 0.48 | 0.74 |
| Hex | D9 | DD | 9D | 2 | 0 | 1D | D | 40 | 30 | 4A |
| Octal | 331 | 335 | 235 | 2 | 0 | 35 | 15 | 100 | 60 | 112 |
| Binary | 11011001 | 11011101 | 10011101 | 10 | 0 | 11101 | 1101 | 1000000 | 110000 | 1001010 |
Color Harmonies of #D9DD9D
Complementary color
Monochromatic Colors of #D9DD9D
Black with #D9DD9D
Text Example
Text Example
White with #D9DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DD9D; }
p { color: rgb(217,221,157); }
H1.HeaderClassName
{
color: #D9DD9D;
}
.AnyTagClassName
{
color: #D9DD9D;
}
</style>
background-color css
<style>
a { background-color: #D9DD9D; }
a { background-color: rgb(217,221,157); }
div.DivClassName
{
background-color: #D9DD9D;
}
.BgClassName
{
background-color: #D9DD9D;
}
</style>
border-color css
<style>
span { border-color: #D9DD9D; }
span { border-color: rgb(217,221,157); }
td.TdClassName
{
border-color: #D9DD9D;
}
.TagClassName
{
border-color: #D9DD9D;
}
</style>