Shades of Mint Julep #D8DBA1
Tints of Mint Julep #D8DBA1
RGB
CMYK
RGB Variations
Color information
#D8DBA1 (or 0xD8DBA1) is known color: Mint Julep. HEX triplet: D8, DB and A1. RGB value is (216,219,161). Sum of RGB (Red+Green+Blue) = 216+219+161=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 219 (85.94% from 255 or 36.74% from 596); Blue value is 161 (63.28% from 255 or 27.01% from 596); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBA1 is #27245E. Grayscale: #D3D3D3. Windows color (decimal): -2565215 or 10607576. OLE color: 10607576.
HSL color Cylindrical-coordinate representation of color #D8DBA1: hue angle of 63.1º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8DBA1 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 161 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.14 |
| HSL | 63.1º | 0.45% | 0.75% | - |
| HSV(B) | 63.1º | 0.26% | 0.86% | - |
| XYZ | 60.08 | 67.84 | 43.64 | - |
| YUV | 211.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 161 | 0.01 | 0 | 0.26 | 0.14 | 63.1 | 0.45 | 0.75 |
| Hex | D8 | DB | A1 | 1 | 0 | 1A | E | 3F | 2D | 4B |
| Octal | 330 | 333 | 241 | 1 | 0 | 32 | 16 | 77 | 55 | 113 |
| Binary | 11011000 | 11011011 | 10100001 | 1 | 0 | 11010 | 1110 | 111111 | 101101 | 1001011 |
Color Harmonies of #D8DBA1
Complementary color
Monochromatic Colors of #D8DBA1
Black with #D8DBA1
Text Example
Text Example
White with #D8DBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBA1; }
p { color: rgb(216,219,161); }
H1.HeaderClassName
{
color: #D8DBA1;
}
.AnyTagClassName
{
color: #D8DBA1;
}
</style>
background-color css
<style>
a { background-color: #D8DBA1; }
a { background-color: rgb(216,219,161); }
div.DivClassName
{
background-color: #D8DBA1;
}
.BgClassName
{
background-color: #D8DBA1;
}
</style>
border-color css
<style>
span { border-color: #D8DBA1; }
span { border-color: rgb(216,219,161); }
td.TdClassName
{
border-color: #D8DBA1;
}
.TagClassName
{
border-color: #D8DBA1;
}
</style>