Shades of Mint Julep #DED99C
Tints of Mint Julep #DED99C
RGB
CMYK
RGB Variations
Color information
#DED99C (or 0xDED99C) is known color: Mint Julep. HEX triplet: DE, D9 and 9C. RGB value is (222,217,156). Sum of RGB (Red+Green+Blue) = 222+217+156=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 156 (61.33% from 255 or 26.22% from 595); Max value from RGB is 222 - color contains mainly: red. Hex color #DED99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DED99C is #212663. Grayscale: #D3D3D3. Windows color (decimal): -2172516 or 10279390. OLE color: 10279390.
HSL color Cylindrical-coordinate representation of color #DED99C: hue angle of 55.45º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DED99C is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 217 | 156 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.13 |
| HSL | 55.45º | 0.5% | 0.74% | - |
| HSV(B) | 55.45º | 0.3% | 0.87% | - |
| XYZ | 60.94 | 67.56 | 41.28 | - |
| YUV | 211.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 217 | 156 | 0 | 0.02 | 0.30 | 0.13 | 55.45 | 0.5 | 0.74 |
| Hex | DE | D9 | 9C | 0 | 2 | 1E | D | 37 | 32 | 4A |
| Octal | 336 | 331 | 234 | 0 | 2 | 36 | 15 | 67 | 62 | 112 |
| Binary | 11011110 | 11011001 | 10011100 | 0 | 10 | 11110 | 1101 | 110111 | 110010 | 1001010 |
Color Harmonies of #DED99C
Complementary color
Monochromatic Colors of #DED99C
Black with #DED99C
Text Example
Text Example
White with #DED99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DED99C; }
p { color: rgb(222,217,156); }
H1.HeaderClassName
{
color: #DED99C;
}
.AnyTagClassName
{
color: #DED99C;
}
</style>
background-color css
<style>
a { background-color: #DED99C; }
a { background-color: rgb(222,217,156); }
div.DivClassName
{
background-color: #DED99C;
}
.BgClassName
{
background-color: #DED99C;
}
</style>
border-color css
<style>
span { border-color: #DED99C; }
span { border-color: rgb(222,217,156); }
td.TdClassName
{
border-color: #DED99C;
}
.TagClassName
{
border-color: #DED99C;
}
</style>