Shades of Mint Julep #DDDAAF
Tints of Mint Julep #DDDAAF
RGB
CMYK
RGB Variations
Color information
#DDDAAF (or 0xDDDAAF) is known color: Mint Julep. HEX triplet: DD, DA and AF. RGB value is (221,218,175). Sum of RGB (Red+Green+Blue) = 221+218+175=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 175 (68.75% from 255 or 28.50% from 614); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAAF is #222550. Grayscale: #D6D6D6. Windows color (decimal): -2237777 or 11524829. OLE color: 11524829.
HSL color Cylindrical-coordinate representation of color #DDDAAF: hue angle of 56.09º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDDAAF is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 175 | - |
CMYK | 0 | 0.01 | 0.21 | 0.13 |
HSL | 56.09º | 0.4% | 0.78% | - |
HSV(B) | 56.09º | 0.21% | 0.87% | - |
XYZ | 62.63 | 68.61 | 50.5 | - |
YUV | 214 | 105.99 | 133 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 175 | 0 | 0.01 | 0.21 | 0.13 | 56.09 | 0.4 | 0.78 |
Hex | DD | DA | AF | 0 | 1 | 15 | D | 38 | 28 | 4E |
Octal | 335 | 332 | 257 | 0 | 1 | 25 | 15 | 70 | 50 | 116 |
Binary | 11011101 | 11011010 | 10101111 | 0 | 1 | 10101 | 1101 | 111000 | 101000 | 1001110 |
Color Harmonies of #DDDAAF
Complementary color
Monochromatic Colors of #DDDAAF
Black with #DDDAAF
Text Example
Text Example
White with #DDDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAAF; }
p { color: rgb(221,218,175); }
H1.HeaderClassName
{
color: #DDDAAF;
}
.AnyTagClassName
{
color: #DDDAAF;
}
</style>
background-color css
<style>
a { background-color: #DDDAAF; }
a { background-color: rgb(221,218,175); }
div.DivClassName
{
background-color: #DDDAAF;
}
.BgClassName
{
background-color: #DDDAAF;
}
</style>
border-color css
<style>
span { border-color: #DDDAAF; }
span { border-color: rgb(221,218,175); }
td.TdClassName
{
border-color: #DDDAAF;
}
.TagClassName
{
border-color: #DDDAAF;
}
</style>