Shades of Mint Julep #DCDDA6
Tints of Mint Julep #DCDDA6
RGB
CMYK
RGB Variations
Color information
#DCDDA6 (or 0xDCDDA6) is known color: Mint Julep. HEX triplet: DC, DD and A6. RGB value is (220,221,166). Sum of RGB (Red+Green+Blue) = 220+221+166=607 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.24% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 166 (65.23% from 255 or 27.35% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDDA6 is #232259. Grayscale: #D6D6D6. Windows color (decimal): -2302554 or 10935772. OLE color: 10935772.
HSL color Cylindrical-coordinate representation of color #DCDDA6: hue angle of 61.09º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DCDDA6 is Cyan = 0.00, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 221 | 166 | - |
| CMYK | 0.00 | 0 | 0.25 | 0.13 |
| HSL | 61.09º | 0.45% | 0.76% | - |
| HSV(B) | 61.09º | 0.25% | 0.87% | - |
| XYZ | 62.25 | 69.68 | 46.25 | - |
| YUV | 214.43 | 100.67 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 221 | 166 | 0.00 | 0 | 0.25 | 0.13 | 61.09 | 0.45 | 0.76 |
| Hex | DC | DD | A6 | 0 | 0 | 19 | D | 3D | 2D | 4C |
| Octal | 334 | 335 | 246 | 0 | 0 | 31 | 15 | 75 | 55 | 114 |
| Binary | 11011100 | 11011101 | 10100110 | 0 | 0 | 11001 | 1101 | 111101 | 101101 | 1001100 |
Color Harmonies of #DCDDA6
Complementary color
Monochromatic Colors of #DCDDA6
Black with #DCDDA6
Text Example
Text Example
White with #DCDDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDDA6; }
p { color: rgb(220,221,166); }
H1.HeaderClassName
{
color: #DCDDA6;
}
.AnyTagClassName
{
color: #DCDDA6;
}
</style>
background-color css
<style>
a { background-color: #DCDDA6; }
a { background-color: rgb(220,221,166); }
div.DivClassName
{
background-color: #DCDDA6;
}
.BgClassName
{
background-color: #DCDDA6;
}
</style>
border-color css
<style>
span { border-color: #DCDDA6; }
span { border-color: rgb(220,221,166); }
td.TdClassName
{
border-color: #DCDDA6;
}
.TagClassName
{
border-color: #DCDDA6;
}
</style>