Shades of Mint Julep #DED5AB
Tints of Mint Julep #DED5AB
RGB
CMYK
RGB Variations
Color information
#DED5AB (or 0xDED5AB) is known color: Mint Julep. HEX triplet: DE, D5 and AB. RGB value is (222,213,171). Sum of RGB (Red+Green+Blue) = 222+213+171=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 171 (67.19% from 255 or 28.22% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DED5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED5AB is #212A54. Grayscale: #D3D3D3. Windows color (decimal): -2173525 or 11261406. OLE color: 11261406.
HSL color Cylindrical-coordinate representation of color #DED5AB: hue angle of 49.41º 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 #DED5AB is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 213 | 171 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.13 |
| HSL | 49.41º | 0.44% | 0.77% | - |
| HSV(B) | 49.41º | 0.23% | 0.87% | - |
| XYZ | 61.27 | 66.06 | 48.05 | - |
| YUV | 210.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 213 | 171 | 0 | 0.04 | 0.23 | 0.13 | 49.41 | 0.44 | 0.77 |
| Hex | DE | D5 | AB | 0 | 4 | 17 | D | 31 | 2C | 4D |
| Octal | 336 | 325 | 253 | 0 | 4 | 27 | 15 | 61 | 54 | 115 |
| Binary | 11011110 | 11010101 | 10101011 | 0 | 100 | 10111 | 1101 | 110001 | 101100 | 1001101 |
Color Harmonies of #DED5AB
Complementary color
Monochromatic Colors of #DED5AB
Black with #DED5AB
Text Example
Text Example
White with #DED5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED5AB; }
p { color: rgb(222,213,171); }
H1.HeaderClassName
{
color: #DED5AB;
}
.AnyTagClassName
{
color: #DED5AB;
}
</style>
background-color css
<style>
a { background-color: #DED5AB; }
a { background-color: rgb(222,213,171); }
div.DivClassName
{
background-color: #DED5AB;
}
.BgClassName
{
background-color: #DED5AB;
}
</style>
border-color css
<style>
span { border-color: #DED5AB; }
span { border-color: rgb(222,213,171); }
td.TdClassName
{
border-color: #DED5AB;
}
.TagClassName
{
border-color: #DED5AB;
}
</style>