Shades of Mint Julep #DADDA1
Tints of Mint Julep #DADDA1
RGB
CMYK
RGB Variations
Color information
#DADDA1 (or 0xDADDA1) is known color: Mint Julep. HEX triplet: DA, DD and A1. RGB value is (218,221,161). Sum of RGB (Red+Green+Blue) = 218+221+161=600 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 161 (63.28% from 255 or 26.83% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADDA1 is #25225E. Grayscale: #D5D5D5. Windows color (decimal): -2433631 or 10608090. OLE color: 10608090.
HSL color Cylindrical-coordinate representation of color #DADDA1: hue angle of 63º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DADDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 161 | - |
| CMYK | 0.01 | 0 | 0.27 | 0.13 |
| HSL | 63º | 0.47% | 0.75% | - |
| HSV(B) | 63º | 0.27% | 0.87% | - |
| XYZ | 61.2 | 69.19 | 43.85 | - |
| YUV | 213.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 161 | 0.01 | 0 | 0.27 | 0.13 | 63 | 0.47 | 0.75 |
| Hex | DA | DD | A1 | 1 | 0 | 1B | D | 3F | 2F | 4B |
| Octal | 332 | 335 | 241 | 1 | 0 | 33 | 15 | 77 | 57 | 113 |
| Binary | 11011010 | 11011101 | 10100001 | 1 | 0 | 11011 | 1101 | 111111 | 101111 | 1001011 |
Color Harmonies of #DADDA1
Complementary color
Monochromatic Colors of #DADDA1
Black with #DADDA1
Text Example
Text Example
White with #DADDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADDA1; }
p { color: rgb(218,221,161); }
H1.HeaderClassName
{
color: #DADDA1;
}
.AnyTagClassName
{
color: #DADDA1;
}
</style>
background-color css
<style>
a { background-color: #DADDA1; }
a { background-color: rgb(218,221,161); }
div.DivClassName
{
background-color: #DADDA1;
}
.BgClassName
{
background-color: #DADDA1;
}
</style>
border-color css
<style>
span { border-color: #DADDA1; }
span { border-color: rgb(218,221,161); }
td.TdClassName
{
border-color: #DADDA1;
}
.TagClassName
{
border-color: #DADDA1;
}
</style>