Shades of Mint Julep #D8DAA4
Tints of Mint Julep #D8DAA4
RGB
CMYK
RGB Variations
Color information
#D8DAA4 (or 0xD8DAA4) is known color: Mint Julep. HEX triplet: D8, DA and A4. RGB value is (216,218,164). Sum of RGB (Red+Green+Blue) = 216+218+164=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 164 (64.45% from 255 or 27.42% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA4 is #27255B. Grayscale: #D3D3D3. Windows color (decimal): -2565468 or 10803928. OLE color: 10803928.
HSL color Cylindrical-coordinate representation of color #D8DAA4: hue angle of 62.22º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8DAA4 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 164 | - |
| CMYK | 0.01 | 0 | 0.25 | 0.15 |
| HSL | 62.22º | 0.42% | 0.75% | - |
| HSV(B) | 62.22º | 0.25% | 0.85% | - |
| XYZ | 60.09 | 67.42 | 44.97 | - |
| YUV | 211.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 164 | 0.01 | 0 | 0.25 | 0.15 | 62.22 | 0.42 | 0.75 |
| Hex | D8 | DA | A4 | 1 | 0 | 19 | F | 3E | 2A | 4B |
| Octal | 330 | 332 | 244 | 1 | 0 | 31 | 17 | 76 | 52 | 113 |
| Binary | 11011000 | 11011010 | 10100100 | 1 | 0 | 11001 | 1111 | 111110 | 101010 | 1001011 |
Color Harmonies of #D8DAA4
Complementary color
Monochromatic Colors of #D8DAA4
Black with #D8DAA4
Text Example
Text Example
White with #D8DAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DAA4; }
p { color: rgb(216,218,164); }
H1.HeaderClassName
{
color: #D8DAA4;
}
.AnyTagClassName
{
color: #D8DAA4;
}
</style>
background-color css
<style>
a { background-color: #D8DAA4; }
a { background-color: rgb(216,218,164); }
div.DivClassName
{
background-color: #D8DAA4;
}
.BgClassName
{
background-color: #D8DAA4;
}
</style>
border-color css
<style>
span { border-color: #D8DAA4; }
span { border-color: rgb(216,218,164); }
td.TdClassName
{
border-color: #D8DAA4;
}
.TagClassName
{
border-color: #D8DAA4;
}
</style>