Shades of Mint Julep #DCDBAE
Tints of Mint Julep #DCDBAE
RGB
CMYK
RGB Variations
Color information
#DCDBAE (or 0xDCDBAE) is known color: Mint Julep. HEX triplet: DC, DB and AE. RGB value is (220,219,174). Sum of RGB (Red+Green+Blue) = 220+219+174=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 174 (68.36% from 255 or 28.38% from 613); Max value from RGB is 220 - color contains mainly: red. Hex color #DCDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCDBAE is #232451. Grayscale: #D6D6D6. Windows color (decimal): -2303058 or 11459548. OLE color: 11459548.
HSL color Cylindrical-coordinate representation of color #DCDBAE: hue angle of 58.7º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCDBAE is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 219 | 174 | - |
| CMYK | 0 | 0.00 | 0.21 | 0.14 |
| HSL | 58.7º | 0.4% | 0.77% | - |
| HSV(B) | 58.7º | 0.21% | 0.86% | - |
| XYZ | 62.49 | 68.93 | 50.06 | - |
| YUV | 214.17 | 105.33 | 132.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 219 | 174 | 0 | 0.00 | 0.21 | 0.14 | 58.7 | 0.4 | 0.77 |
| Hex | DC | DB | AE | 0 | 0 | 15 | E | 3B | 28 | 4D |
| Octal | 334 | 333 | 256 | 0 | 0 | 25 | 16 | 73 | 50 | 115 |
| Binary | 11011100 | 11011011 | 10101110 | 0 | 0 | 10101 | 1110 | 111011 | 101000 | 1001101 |
Color Harmonies of #DCDBAE
Complementary color
Monochromatic Colors of #DCDBAE
Black with #DCDBAE
Text Example
Text Example
White with #DCDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCDBAE; }
p { color: rgb(220,219,174); }
H1.HeaderClassName
{
color: #DCDBAE;
}
.AnyTagClassName
{
color: #DCDBAE;
}
</style>
background-color css
<style>
a { background-color: #DCDBAE; }
a { background-color: rgb(220,219,174); }
div.DivClassName
{
background-color: #DCDBAE;
}
.BgClassName
{
background-color: #DCDBAE;
}
</style>
border-color css
<style>
span { border-color: #DCDBAE; }
span { border-color: rgb(220,219,174); }
td.TdClassName
{
border-color: #DCDBAE;
}
.TagClassName
{
border-color: #DCDBAE;
}
</style>