Shades of Mint Julep #DED8AB
Tints of Mint Julep #DED8AB
RGB
CMYK
RGB Variations
Color information
#DED8AB (or 0xDED8AB) is known color: Mint Julep. HEX triplet: DE, D8 and AB. RGB value is (222,216,171). Sum of RGB (Red+Green+Blue) = 222+216+171=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 171 (67.19% from 255 or 28.08% from 609); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8AB is #212754. Grayscale: #D4D4D4. Windows color (decimal): -2172757 or 11262174. OLE color: 11262174.
HSL color Cylindrical-coordinate representation of color #DED8AB: hue angle of 52.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DED8AB is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 171 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.13 |
| HSL | 52.94º | 0.44% | 0.77% | - |
| HSV(B) | 52.94º | 0.23% | 0.87% | - |
| XYZ | 62.03 | 67.58 | 48.3 | - |
| YUV | 212.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 171 | 0 | 0.03 | 0.23 | 0.13 | 52.94 | 0.44 | 0.77 |
| Hex | DE | D8 | AB | 0 | 3 | 17 | D | 35 | 2C | 4D |
| Octal | 336 | 330 | 253 | 0 | 3 | 27 | 15 | 65 | 54 | 115 |
| Binary | 11011110 | 11011000 | 10101011 | 0 | 11 | 10111 | 1101 | 110101 | 101100 | 1001101 |
Color Harmonies of #DED8AB
Complementary color
Monochromatic Colors of #DED8AB
Black with #DED8AB
Text Example
Text Example
White with #DED8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8AB; }
p { color: rgb(222,216,171); }
H1.HeaderClassName
{
color: #DED8AB;
}
.AnyTagClassName
{
color: #DED8AB;
}
</style>
background-color css
<style>
a { background-color: #DED8AB; }
a { background-color: rgb(222,216,171); }
div.DivClassName
{
background-color: #DED8AB;
}
.BgClassName
{
background-color: #DED8AB;
}
</style>
border-color css
<style>
span { border-color: #DED8AB; }
span { border-color: rgb(222,216,171); }
td.TdClassName
{
border-color: #DED8AB;
}
.TagClassName
{
border-color: #DED8AB;
}
</style>