Shades of Mint Julep #DAD8A8
Tints of Mint Julep #DAD8A8
RGB
CMYK
RGB Variations
Color information
#DAD8A8 (or 0xDAD8A8) is known color: Mint Julep. HEX triplet: DA, D8 and A8. RGB value is (218,216,168). Sum of RGB (Red+Green+Blue) = 218+216+168=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 168 (66.02% from 255 or 27.91% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD8A8 is #252757. Grayscale: #D3D3D3. Windows color (decimal): -2434904 or 11065562. OLE color: 11065562.
HSL color Cylindrical-coordinate representation of color #DAD8A8: hue angle of 57.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAD8A8 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 216 | 168 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.15 |
| HSL | 57.6º | 0.4% | 0.76% | - |
| HSV(B) | 57.6º | 0.23% | 0.85% | - |
| XYZ | 60.54 | 66.84 | 46.76 | - |
| YUV | 211.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 216 | 168 | 0 | 0.01 | 0.23 | 0.15 | 57.6 | 0.4 | 0.76 |
| Hex | DA | D8 | A8 | 0 | 1 | 17 | F | 3A | 28 | 4C |
| Octal | 332 | 330 | 250 | 0 | 1 | 27 | 17 | 72 | 50 | 114 |
| Binary | 11011010 | 11011000 | 10101000 | 0 | 1 | 10111 | 1111 | 111010 | 101000 | 1001100 |
Color Harmonies of #DAD8A8
Complementary color
Monochromatic Colors of #DAD8A8
Black with #DAD8A8
Text Example
Text Example
White with #DAD8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD8A8; }
p { color: rgb(218,216,168); }
H1.HeaderClassName
{
color: #DAD8A8;
}
.AnyTagClassName
{
color: #DAD8A8;
}
</style>
background-color css
<style>
a { background-color: #DAD8A8; }
a { background-color: rgb(218,216,168); }
div.DivClassName
{
background-color: #DAD8A8;
}
.BgClassName
{
background-color: #DAD8A8;
}
</style>
border-color css
<style>
span { border-color: #DAD8A8; }
span { border-color: rgb(218,216,168); }
td.TdClassName
{
border-color: #DAD8A8;
}
.TagClassName
{
border-color: #DAD8A8;
}
</style>