Shades of Mint Julep #DEDAA8
Tints of Mint Julep #DEDAA8
RGB
CMYK
RGB Variations
Color information
#DEDAA8 (or 0xDEDAA8) is known color: Mint Julep. HEX triplet: DE, DA and A8. RGB value is (222,218,168). Sum of RGB (Red+Green+Blue) = 222+218+168=608 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.51% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 168 (66.02% from 255 or 27.63% from 608); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAA8 is #212557. Grayscale: #D5D5D5. Windows color (decimal): -2172248 or 11066078. OLE color: 11066078.
HSL color Cylindrical-coordinate representation of color #DEDAA8: hue angle of 55.56º 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 #DEDAA8 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 168 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.13 |
| HSL | 55.56º | 0.45% | 0.76% | - |
| HSV(B) | 55.56º | 0.24% | 0.87% | - |
| XYZ | 62.26 | 68.5 | 46.99 | - |
| YUV | 213.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 168 | 0 | 0.02 | 0.24 | 0.13 | 55.56 | 0.45 | 0.76 |
| Hex | DE | DA | A8 | 0 | 2 | 18 | D | 38 | 2D | 4C |
| Octal | 336 | 332 | 250 | 0 | 2 | 30 | 15 | 70 | 55 | 114 |
| Binary | 11011110 | 11011010 | 10101000 | 0 | 10 | 11000 | 1101 | 111000 | 101101 | 1001100 |
Color Harmonies of #DEDAA8
Complementary color
Monochromatic Colors of #DEDAA8
Black with #DEDAA8
Text Example
Text Example
White with #DEDAA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAA8; }
p { color: rgb(222,218,168); }
H1.HeaderClassName
{
color: #DEDAA8;
}
.AnyTagClassName
{
color: #DEDAA8;
}
</style>
background-color css
<style>
a { background-color: #DEDAA8; }
a { background-color: rgb(222,218,168); }
div.DivClassName
{
background-color: #DEDAA8;
}
.BgClassName
{
background-color: #DEDAA8;
}
</style>
border-color css
<style>
span { border-color: #DEDAA8; }
span { border-color: rgb(222,218,168); }
td.TdClassName
{
border-color: #DEDAA8;
}
.TagClassName
{
border-color: #DEDAA8;
}
</style>