Shades of Mint Julep #DED8A8
Tints of Mint Julep #DED8A8
RGB
CMYK
RGB Variations
Color information
#DED8A8 (or 0xDED8A8) is known color: Mint Julep. HEX triplet: DE, D8 and A8. RGB value is (222,216,168). Sum of RGB (Red+Green+Blue) = 222+216+168=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 168 (66.02% from 255 or 27.72% from 606); Max value from RGB is 222 - color contains mainly: red. Hex color #DED8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED8A8 is #212757. Grayscale: #D4D4D4. Windows color (decimal): -2172760 or 11065566. OLE color: 11065566.
HSL color Cylindrical-coordinate representation of color #DED8A8: hue angle of 53.33º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DED8A8 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 216 | 168 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.13 |
| HSL | 53.33º | 0.45% | 0.76% | - |
| HSV(B) | 53.33º | 0.24% | 0.87% | - |
| XYZ | 61.75 | 67.47 | 46.81 | - |
| YUV | 212.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 216 | 168 | 0 | 0.03 | 0.24 | 0.13 | 53.33 | 0.45 | 0.76 |
| Hex | DE | D8 | A8 | 0 | 3 | 18 | D | 35 | 2D | 4C |
| Octal | 336 | 330 | 250 | 0 | 3 | 30 | 15 | 65 | 55 | 114 |
| Binary | 11011110 | 11011000 | 10101000 | 0 | 11 | 11000 | 1101 | 110101 | 101101 | 1001100 |
Color Harmonies of #DED8A8
Complementary color
Monochromatic Colors of #DED8A8
Black with #DED8A8
Text Example
Text Example
White with #DED8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED8A8; }
p { color: rgb(222,216,168); }
H1.HeaderClassName
{
color: #DED8A8;
}
.AnyTagClassName
{
color: #DED8A8;
}
</style>
background-color css
<style>
a { background-color: #DED8A8; }
a { background-color: rgb(222,216,168); }
div.DivClassName
{
background-color: #DED8A8;
}
.BgClassName
{
background-color: #DED8A8;
}
</style>
border-color css
<style>
span { border-color: #DED8A8; }
span { border-color: rgb(222,216,168); }
td.TdClassName
{
border-color: #DED8A8;
}
.TagClassName
{
border-color: #DED8A8;
}
</style>