Shades of Mint Julep #DEDDA4
Tints of Mint Julep #DEDDA4
RGB
CMYK
RGB Variations
Color information
#DEDDA4 (or 0xDEDDA4) is known color: Mint Julep. HEX triplet: DE, DD and A4. RGB value is (222,221,164). Sum of RGB (Red+Green+Blue) = 222+221+164=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 164 (64.45% from 255 or 27.02% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDA4 is #21225B. Grayscale: #D7D7D7. Windows color (decimal): -2171484 or 10804702. OLE color: 10804702.
HSL color Cylindrical-coordinate representation of color #DEDDA4: hue angle of 58.97º degrees, saturation: 0.47, 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 #DEDDA4 is Cyan = 0, Magento = 0.00, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 221 | 164 | - |
| CMYK | 0 | 0.00 | 0.26 | 0.13 |
| HSL | 58.97º | 0.47% | 0.76% | - |
| HSV(B) | 58.97º | 0.26% | 0.87% | - |
| XYZ | 62.68 | 69.92 | 45.31 | - |
| YUV | 214.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 221 | 164 | 0 | 0.00 | 0.26 | 0.13 | 58.97 | 0.47 | 0.76 |
| Hex | DE | DD | A4 | 0 | 0 | 1A | D | 3B | 2F | 4C |
| Octal | 336 | 335 | 244 | 0 | 0 | 32 | 15 | 73 | 57 | 114 |
| Binary | 11011110 | 11011101 | 10100100 | 0 | 0 | 11010 | 1101 | 111011 | 101111 | 1001100 |
Color Harmonies of #DEDDA4
Complementary color
Monochromatic Colors of #DEDDA4
Black with #DEDDA4
Text Example
Text Example
White with #DEDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDA4; }
p { color: rgb(222,221,164); }
H1.HeaderClassName
{
color: #DEDDA4;
}
.AnyTagClassName
{
color: #DEDDA4;
}
</style>
background-color css
<style>
a { background-color: #DEDDA4; }
a { background-color: rgb(222,221,164); }
div.DivClassName
{
background-color: #DEDDA4;
}
.BgClassName
{
background-color: #DEDDA4;
}
</style>
border-color css
<style>
span { border-color: #DEDDA4; }
span { border-color: rgb(222,221,164); }
td.TdClassName
{
border-color: #DEDDA4;
}
.TagClassName
{
border-color: #DEDDA4;
}
</style>