Shades of Mint Julep #DADD9D
Tints of Mint Julep #DADD9D
RGB
CMYK
RGB Variations
Color information
#DADD9D (or 0xDADD9D) is known color: Mint Julep. HEX triplet: DA, DD and 9D. RGB value is (218,221,157). Sum of RGB (Red+Green+Blue) = 218+221+157=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 157 (61.72% from 255 or 26.34% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD9D is #252262. Grayscale: #D5D5D5. Windows color (decimal): -2433635 or 10345946. OLE color: 10345946.
HSL color Cylindrical-coordinate representation of color #DADD9D: hue angle of 62.81º 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 #DADD9D is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 221 | 157 | - |
| CMYK | 0.01 | 0 | 0.29 | 0.13 |
| HSL | 62.81º | 0.48% | 0.74% | - |
| HSV(B) | 62.81º | 0.29% | 0.87% | - |
| XYZ | 60.86 | 69.05 | 42.02 | - |
| YUV | 212.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 221 | 157 | 0.01 | 0 | 0.29 | 0.13 | 62.81 | 0.48 | 0.74 |
| Hex | DA | DD | 9D | 1 | 0 | 1D | D | 3F | 30 | 4A |
| Octal | 332 | 335 | 235 | 1 | 0 | 35 | 15 | 77 | 60 | 112 |
| Binary | 11011010 | 11011101 | 10011101 | 1 | 0 | 11101 | 1101 | 111111 | 110000 | 1001010 |
Color Harmonies of #DADD9D
Complementary color
Monochromatic Colors of #DADD9D
Black with #DADD9D
Text Example
Text Example
White with #DADD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADD9D; }
p { color: rgb(218,221,157); }
H1.HeaderClassName
{
color: #DADD9D;
}
.AnyTagClassName
{
color: #DADD9D;
}
</style>
background-color css
<style>
a { background-color: #DADD9D; }
a { background-color: rgb(218,221,157); }
div.DivClassName
{
background-color: #DADD9D;
}
.BgClassName
{
background-color: #DADD9D;
}
</style>
border-color css
<style>
span { border-color: #DADD9D; }
span { border-color: rgb(218,221,157); }
td.TdClassName
{
border-color: #DADD9D;
}
.TagClassName
{
border-color: #DADD9D;
}
</style>