Shades of Mint Julep #DDDAB0
Tints of Mint Julep #DDDAB0
RGB
CMYK
RGB Variations
Color information
#DDDAB0 (or 0xDDDAB0) is known color: Mint Julep. HEX triplet: DD, DA and B0. RGB value is (221,218,176). Sum of RGB (Red+Green+Blue) = 221+218+176=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 176 (69.14% from 255 or 28.62% from 615); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAB0 is #22254F. Grayscale: #D6D6D6. Windows color (decimal): -2237776 or 11590365. OLE color: 11590365.
HSL color Cylindrical-coordinate representation of color #DDDAB0: hue angle of 56º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDDAB0 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 176 | - |
CMYK | 0 | 0.01 | 0.20 | 0.13 |
HSL | 56º | 0.4% | 0.78% | - |
HSV(B) | 56º | 0.2% | 0.87% | - |
XYZ | 62.73 | 68.65 | 51.02 | - |
YUV | 214.11 | 106.49 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 176 | 0 | 0.01 | 0.20 | 0.13 | 56 | 0.4 | 0.78 |
Hex | DD | DA | B0 | 0 | 1 | 14 | D | 38 | 28 | 4E |
Octal | 335 | 332 | 260 | 0 | 1 | 24 | 15 | 70 | 50 | 116 |
Binary | 11011101 | 11011010 | 10110000 | 0 | 1 | 10100 | 1101 | 111000 | 101000 | 1001110 |
Color Harmonies of #DDDAB0
Complementary color
Monochromatic Colors of #DDDAB0
Black with #DDDAB0
Text Example
Text Example
White with #DDDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAB0; }
p { color: rgb(221,218,176); }
H1.HeaderClassName
{
color: #DDDAB0;
}
.AnyTagClassName
{
color: #DDDAB0;
}
</style>
background-color css
<style>
a { background-color: #DDDAB0; }
a { background-color: rgb(221,218,176); }
div.DivClassName
{
background-color: #DDDAB0;
}
.BgClassName
{
background-color: #DDDAB0;
}
</style>
border-color css
<style>
span { border-color: #DDDAB0; }
span { border-color: rgb(221,218,176); }
td.TdClassName
{
border-color: #DDDAB0;
}
.TagClassName
{
border-color: #DDDAB0;
}
</style>