Shades of Mint Julep #DBDDA4
Tints of Mint Julep #DBDDA4
RGB
CMYK
RGB Variations
Color information
#DBDDA4 (or 0xDBDDA4) is known color: Mint Julep. HEX triplet: DB, DD and A4. RGB value is (219,221,164). Sum of RGB (Red+Green+Blue) = 219+221+164=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 164 (64.45% from 255 or 27.15% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #DBDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDDA4 is #24225B. Grayscale: #D6D6D6. Windows color (decimal): -2368092 or 10804699. OLE color: 10804699.
HSL color Cylindrical-coordinate representation of color #DBDDA4: hue angle of 62.11º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBDDA4 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
RGB | 219 | 221 | 164 | - |
CMYK | 0.01 | 0 | 0.26 | 0.13 |
HSL | 62.11º | 0.46% | 0.75% | - |
HSV(B) | 62.11º | 0.26% | 0.87% | - |
XYZ | 61.77 | 69.45 | 45.27 | - |
YUV | 213.9 | 99.84 | 131.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 221 | 164 | 0.01 | 0 | 0.26 | 0.13 | 62.11 | 0.46 | 0.75 |
Hex | DB | DD | A4 | 1 | 0 | 1A | D | 3E | 2E | 4B |
Octal | 333 | 335 | 244 | 1 | 0 | 32 | 15 | 76 | 56 | 113 |
Binary | 11011011 | 11011101 | 10100100 | 1 | 0 | 11010 | 1101 | 111110 | 101110 | 1001011 |
Color Harmonies of #DBDDA4
Complementary color
Monochromatic Colors of #DBDDA4
Black with #DBDDA4
Text Example
Text Example
White with #DBDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDDA4; }
p { color: rgb(219,221,164); }
H1.HeaderClassName
{
color: #DBDDA4;
}
.AnyTagClassName
{
color: #DBDDA4;
}
</style>
background-color css
<style>
a { background-color: #DBDDA4; }
a { background-color: rgb(219,221,164); }
div.DivClassName
{
background-color: #DBDDA4;
}
.BgClassName
{
background-color: #DBDDA4;
}
</style>
border-color css
<style>
span { border-color: #DBDDA4; }
span { border-color: rgb(219,221,164); }
td.TdClassName
{
border-color: #DBDDA4;
}
.TagClassName
{
border-color: #DBDDA4;
}
</style>