Shades of Mint Julep #DEDEA5
Tints of Mint Julep #DEDEA5
RGB
CMYK
RGB Variations
Color information
#DEDEA5 (or 0xDEDEA5) is known color: Mint Julep. HEX triplet: DE, DE and A5. RGB value is (222,222,165). Sum of RGB (Red+Green+Blue) = 222+222+165=609 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.45% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 165 (64.84% from 255 or 27.09% from 609); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDEA5 is #21215A. Grayscale: #D7D7D7. Windows color (decimal): -2171227 or 10870494. OLE color: 10870494.
HSL color Cylindrical-coordinate representation of color #DEDEA5: hue angle of 60º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEDEA5 is Cyan = 0, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 222 | 165 | - |
| CMYK | 0 | 0 | 0.26 | 0.13 |
| HSL | 60º | 0.46% | 0.76% | - |
| HSV(B) | 60º | 0.26% | 0.87% | - |
| XYZ | 63.04 | 70.49 | 45.88 | - |
| YUV | 215.5 | 99.5 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 222 | 165 | 0 | 0 | 0.26 | 0.13 | 60 | 0.46 | 0.76 |
| Hex | DE | DE | A5 | 0 | 0 | 1A | D | 3C | 2E | 4C |
| Octal | 336 | 336 | 245 | 0 | 0 | 32 | 15 | 74 | 56 | 114 |
| Binary | 11011110 | 11011110 | 10100101 | 0 | 0 | 11010 | 1101 | 111100 | 101110 | 1001100 |
Color Harmonies of #DEDEA5
Complementary color
Monochromatic Colors of #DEDEA5
Black with #DEDEA5
Text Example
Text Example
White with #DEDEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDEA5; }
p { color: rgb(222,222,165); }
H1.HeaderClassName
{
color: #DEDEA5;
}
.AnyTagClassName
{
color: #DEDEA5;
}
</style>
background-color css
<style>
a { background-color: #DEDEA5; }
a { background-color: rgb(222,222,165); }
div.DivClassName
{
background-color: #DEDEA5;
}
.BgClassName
{
background-color: #DEDEA5;
}
</style>
border-color css
<style>
span { border-color: #DEDEA5; }
span { border-color: rgb(222,222,165); }
td.TdClassName
{
border-color: #DEDEA5;
}
.TagClassName
{
border-color: #DEDEA5;
}
</style>