Shades of Mint Julep #DBDDA1
Tints of Mint Julep #DBDDA1
RGB
CMYK
RGB Variations
Color information
#DBDDA1 (or 0xDBDDA1) is known color: Mint Julep. HEX triplet: DB, DD and A1. RGB value is (219,221,161). Sum of RGB (Red+Green+Blue) = 219+221+161=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 161 (63.28% from 255 or 26.79% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA1 is #24225E. Grayscale: #D5D5D5. Windows color (decimal): -2368095 or 10608091. OLE color: 10608091.
HSL color Cylindrical-coordinate representation of color #DBDDA1: hue angle of 62º 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 #DBDDA1 is Cyan = 0.01, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 161 | - |
CMYK | 0.01 | 0 | 0.27 | 0.13 |
HSL | 62º | 0.47% | 0.75% | - |
HSV(B) | 62º | 0.27% | 0.87% | - |
XYZ | 61.5 | 69.35 | 43.86 | - |
YUV | 213.56 | 98.34 | 131.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 161 | 0.01 | 0 | 0.27 | 0.13 | 62 | 0.47 | 0.75 |
Hex | DB | DD | A1 | 1 | 0 | 1B | D | 3E | 2F | 4B |
Octal | 333 | 335 | 241 | 1 | 0 | 33 | 15 | 76 | 57 | 113 |
Binary | 11011011 | 11011101 | 10100001 | 1 | 0 | 11011 | 1101 | 111110 | 101111 | 1001011 |
Color Harmonies of #DBDDA1
Complementary color
Monochromatic Colors of #DBDDA1
Black with #DBDDA1
Text Example
Text Example
White with #DBDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDA1; }
p { color: rgb(219,221,161); }
H1.HeaderClassName
{
color: #DBDDA1;
}
.AnyTagClassName
{
color: #DBDDA1;
}
</style>
background-color css
<style>
a { background-color: #DBDDA1; }
a { background-color: rgb(219,221,161); }
div.DivClassName
{
background-color: #DBDDA1;
}
.BgClassName
{
background-color: #DBDDA1;
}
</style>
border-color css
<style>
span { border-color: #DBDDA1; }
span { border-color: rgb(219,221,161); }
td.TdClassName
{
border-color: #DBDDA1;
}
.TagClassName
{
border-color: #DBDDA1;
}
</style>