Shades of Mint Julep #DEDEA7
Tints of Mint Julep #DEDEA7
RGB
CMYK
RGB Variations
Color information
#DEDEA7 (or 0xDEDEA7) is known color: Mint Julep. HEX triplet: DE, DE and A7. RGB value is (222,222,167). Sum of RGB (Red+Green+Blue) = 222+222+167=611 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.33% from 611); Green value is 222 (87.11% from 255 or 36.33% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA7 is #212158. Grayscale: #D7D7D7. Windows color (decimal): -2171225 or 11001566. OLE color: 11001566.
HSL color Cylindrical-coordinate representation of color #DEDEA7: hue angle of 60º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEDEA7 is Cyan = 0, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 167 | - |
| CMYK | 0 | 0 | 0.25 | 0.13 |
| HSL | 60º | 0.45% | 0.76% | - |
| HSV(B) | 60º | 0.25% | 0.87% | - |
| XYZ | 63.22 | 70.56 | 46.85 | - |
| YUV | 215.73 | 100.5 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 167 | 0 | 0 | 0.25 | 0.13 | 60 | 0.45 | 0.76 |
| Hex | DE | DE | A7 | 0 | 0 | 19 | D | 3C | 2D | 4C |
| Octal | 336 | 336 | 247 | 0 | 0 | 31 | 15 | 74 | 55 | 114 |
| Binary | 11011110 | 11011110 | 10100111 | 0 | 0 | 11001 | 1101 | 111100 | 101101 | 1001100 |
Color Harmonies of #DEDEA7
Complementary color
Monochromatic Colors of #DEDEA7
Black with #DEDEA7
Text Example
Text Example
White with #DEDEA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEA7; }
p { color: rgb(222,222,167); }
H1.HeaderClassName
{
color: #DEDEA7;
}
.AnyTagClassName
{
color: #DEDEA7;
}
</style>
background-color css
<style>
a { background-color: #DEDEA7; }
a { background-color: rgb(222,222,167); }
div.DivClassName
{
background-color: #DEDEA7;
}
.BgClassName
{
background-color: #DEDEA7;
}
</style>
border-color css
<style>
span { border-color: #DEDEA7; }
span { border-color: rgb(222,222,167); }
td.TdClassName
{
border-color: #DEDEA7;
}
.TagClassName
{
border-color: #DEDEA7;
}
</style>