Shades of Mint Julep #DEDE9D
Tints of Mint Julep #DEDE9D
RGB
CMYK
RGB Variations
Color information
#DEDE9D (or 0xDEDE9D) is known color: Mint Julep. HEX triplet: DE, DE and 9D. RGB value is (222,222,157). Sum of RGB (Red+Green+Blue) = 222+222+157=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 222 (87.11% from 255 or 36.94% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 222 - color contains mainly: red, green. Hex color #DEDE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDE9D is #212162. Grayscale: #D6D6D6. Windows color (decimal): -2171235 or 10346206. OLE color: 10346206.
HSL color Cylindrical-coordinate representation of color #DEDE9D: hue angle of 60º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEDE9D is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 222 | 157 | - |
CMYK | 0 | 0 | 0.29 | 0.13 |
HSL | 60º | 0.5% | 0.74% | - |
HSV(B) | 60º | 0.29% | 0.87% | - |
XYZ | 62.33 | 70.21 | 42.16 | - |
YUV | 214.59 | 95.5 | 133.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 222 | 157 | 0 | 0 | 0.29 | 0.13 | 60 | 0.5 | 0.74 |
Hex | DE | DE | 9D | 0 | 0 | 1D | D | 3C | 32 | 4A |
Octal | 336 | 336 | 235 | 0 | 0 | 35 | 15 | 74 | 62 | 112 |
Binary | 11011110 | 11011110 | 10011101 | 0 | 0 | 11101 | 1101 | 111100 | 110010 | 1001010 |
Color Harmonies of #DEDE9D
Complementary color
Monochromatic Colors of #DEDE9D
Black with #DEDE9D
Text Example
Text Example
White with #DEDE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDE9D; }
p { color: rgb(222,222,157); }
H1.HeaderClassName
{
color: #DEDE9D;
}
.AnyTagClassName
{
color: #DEDE9D;
}
</style>
background-color css
<style>
a { background-color: #DEDE9D; }
a { background-color: rgb(222,222,157); }
div.DivClassName
{
background-color: #DEDE9D;
}
.BgClassName
{
background-color: #DEDE9D;
}
</style>
border-color css
<style>
span { border-color: #DEDE9D; }
span { border-color: rgb(222,222,157); }
td.TdClassName
{
border-color: #DEDE9D;
}
.TagClassName
{
border-color: #DEDE9D;
}
</style>