Shades of Mint Julep #DEDDA7
Tints of Mint Julep #DEDDA7
RGB
CMYK
RGB Variations
Color information
#DEDDA7 (or 0xDEDDA7) is known color: Mint Julep. HEX triplet: DE, DD and A7. RGB value is (222,221,167). Sum of RGB (Red+Green+Blue) = 222+221+167=610 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.39% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 167 (65.62% from 255 or 27.38% from 610); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDDA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDDA7 is #212258. Grayscale: #D7D7D7. Windows color (decimal): -2171481 or 11001310. OLE color: 11001310.
HSL color Cylindrical-coordinate representation of color #DEDDA7: hue angle of 58.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DEDDA7 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 221 | 167 | - |
CMYK | 0 | 0.00 | 0.25 | 0.13 |
HSL | 58.91º | 0.45% | 0.76% | - |
HSV(B) | 58.91º | 0.25% | 0.87% | - |
XYZ | 62.96 | 70.03 | 46.76 | - |
YUV | 215.14 | 100.83 | 132.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 221 | 167 | 0 | 0.00 | 0.25 | 0.13 | 58.91 | 0.45 | 0.76 |
Hex | DE | DD | A7 | 0 | 0 | 19 | D | 3B | 2D | 4C |
Octal | 336 | 335 | 247 | 0 | 0 | 31 | 15 | 73 | 55 | 114 |
Binary | 11011110 | 11011101 | 10100111 | 0 | 0 | 11001 | 1101 | 111011 | 101101 | 1001100 |
Color Harmonies of #DEDDA7
Complementary color
Monochromatic Colors of #DEDDA7
Black with #DEDDA7
Text Example
Text Example
White with #DEDDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDDA7; }
p { color: rgb(222,221,167); }
H1.HeaderClassName
{
color: #DEDDA7;
}
.AnyTagClassName
{
color: #DEDDA7;
}
</style>
background-color css
<style>
a { background-color: #DEDDA7; }
a { background-color: rgb(222,221,167); }
div.DivClassName
{
background-color: #DEDDA7;
}
.BgClassName
{
background-color: #DEDDA7;
}
</style>
border-color css
<style>
span { border-color: #DEDDA7; }
span { border-color: rgb(222,221,167); }
td.TdClassName
{
border-color: #DEDDA7;
}
.TagClassName
{
border-color: #DEDDA7;
}
</style>