Shades of Mint Julep #DDDAB2
Tints of Mint Julep #DDDAB2
RGB
CMYK
RGB Variations
Color information
#DDDAB2 (or 0xDDDAB2) is known color: Mint Julep. HEX triplet: DD, DA and B2. RGB value is (221,218,178). Sum of RGB (Red+Green+Blue) = 221+218+178=617 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.82% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 178 (69.92% from 255 or 28.85% from 617); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDAB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDAB2 is #22254D. Grayscale: #D6D6D6. Windows color (decimal): -2237774 or 11721437. OLE color: 11721437.
HSL color Cylindrical-coordinate representation of color #DDDAB2: hue angle of 55.81º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDDAB2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 178 | - |
CMYK | 0 | 0.01 | 0.19 | 0.13 |
HSL | 55.81º | 0.39% | 0.78% | - |
HSV(B) | 55.81º | 0.19% | 0.87% | - |
XYZ | 62.93 | 68.73 | 52.07 | - |
YUV | 214.34 | 107.49 | 132.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 178 | 0 | 0.01 | 0.19 | 0.13 | 55.81 | 0.39 | 0.78 |
Hex | DD | DA | B2 | 0 | 1 | 13 | D | 38 | 27 | 4E |
Octal | 335 | 332 | 262 | 0 | 1 | 23 | 15 | 70 | 47 | 116 |
Binary | 11011101 | 11011010 | 10110010 | 0 | 1 | 10011 | 1101 | 111000 | 100111 | 1001110 |
Color Harmonies of #DDDAB2
Complementary color
Monochromatic Colors of #DDDAB2
Black with #DDDAB2
Text Example
Text Example
White with #DDDAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDAB2; }
p { color: rgb(221,218,178); }
H1.HeaderClassName
{
color: #DDDAB2;
}
.AnyTagClassName
{
color: #DDDAB2;
}
</style>
background-color css
<style>
a { background-color: #DDDAB2; }
a { background-color: rgb(221,218,178); }
div.DivClassName
{
background-color: #DDDAB2;
}
.BgClassName
{
background-color: #DDDAB2;
}
</style>
border-color css
<style>
span { border-color: #DDDAB2; }
span { border-color: rgb(221,218,178); }
td.TdClassName
{
border-color: #DDDAB2;
}
.TagClassName
{
border-color: #DDDAB2;
}
</style>