Shades of Mint Julep #DED69D
Tints of Mint Julep #DED69D
RGB
CMYK
RGB Variations
Color information
#DED69D (or 0xDED69D) is known color: Mint Julep. HEX triplet: DE, D6 and 9D. RGB value is (222,214,157). Sum of RGB (Red+Green+Blue) = 222+214+157=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 214 (83.98% from 255 or 36.09% from 593); Blue value is 157 (61.72% from 255 or 26.48% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DED69D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED69D is #212962. Grayscale: #D2D2D2. Windows color (decimal): -2173283 or 10344158. OLE color: 10344158.
HSL color Cylindrical-coordinate representation of color #DED69D: hue angle of 52.62º 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 #DED69D is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 214 | 157 | - |
| CMYK | 0 | 0.04 | 0.29 | 0.13 |
| HSL | 52.62º | 0.5% | 0.74% | - |
| HSV(B) | 52.62º | 0.29% | 0.87% | - |
| XYZ | 60.26 | 66.06 | 41.47 | - |
| YUV | 209.89 | 98.15 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 214 | 157 | 0 | 0.04 | 0.29 | 0.13 | 52.62 | 0.5 | 0.74 |
| Hex | DE | D6 | 9D | 0 | 4 | 1D | D | 35 | 32 | 4A |
| Octal | 336 | 326 | 235 | 0 | 4 | 35 | 15 | 65 | 62 | 112 |
| Binary | 11011110 | 11010110 | 10011101 | 0 | 100 | 11101 | 1101 | 110101 | 110010 | 1001010 |
Color Harmonies of #DED69D
Complementary color
Monochromatic Colors of #DED69D
Black with #DED69D
Text Example
Text Example
White with #DED69D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED69D; }
p { color: rgb(222,214,157); }
H1.HeaderClassName
{
color: #DED69D;
}
.AnyTagClassName
{
color: #DED69D;
}
</style>
background-color css
<style>
a { background-color: #DED69D; }
a { background-color: rgb(222,214,157); }
div.DivClassName
{
background-color: #DED69D;
}
.BgClassName
{
background-color: #DED69D;
}
</style>
border-color css
<style>
span { border-color: #DED69D; }
span { border-color: rgb(222,214,157); }
td.TdClassName
{
border-color: #DED69D;
}
.TagClassName
{
border-color: #DED69D;
}
</style>