Shades of Mint Julep #DEDAA7
Tints of Mint Julep #DEDAA7
RGB
CMYK
RGB Variations
Color information
#DEDAA7 (or 0xDEDAA7) is known color: Mint Julep. HEX triplet: DE, DA and A7. RGB value is (222,218,167). Sum of RGB (Red+Green+Blue) = 222+218+167=607 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.57% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 167 (65.62% from 255 or 27.51% from 607); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAA7 is #212558. Grayscale: #D5D5D5. Windows color (decimal): -2172249 or 11000542. OLE color: 11000542.
HSL color Cylindrical-coordinate representation of color #DEDAA7: hue angle of 55.64º 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 #DEDAA7 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 167 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.13 |
| HSL | 55.64º | 0.45% | 0.76% | - |
| HSV(B) | 55.64º | 0.25% | 0.87% | - |
| XYZ | 62.17 | 68.46 | 46.5 | - |
| YUV | 213.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 167 | 0 | 0.02 | 0.25 | 0.13 | 55.64 | 0.45 | 0.76 |
| Hex | DE | DA | A7 | 0 | 2 | 19 | D | 38 | 2D | 4C |
| Octal | 336 | 332 | 247 | 0 | 2 | 31 | 15 | 70 | 55 | 114 |
| Binary | 11011110 | 11011010 | 10100111 | 0 | 10 | 11001 | 1101 | 111000 | 101101 | 1001100 |
Color Harmonies of #DEDAA7
Complementary color
Monochromatic Colors of #DEDAA7
Black with #DEDAA7
Text Example
Text Example
White with #DEDAA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAA7; }
p { color: rgb(222,218,167); }
H1.HeaderClassName
{
color: #DEDAA7;
}
.AnyTagClassName
{
color: #DEDAA7;
}
</style>
background-color css
<style>
a { background-color: #DEDAA7; }
a { background-color: rgb(222,218,167); }
div.DivClassName
{
background-color: #DEDAA7;
}
.BgClassName
{
background-color: #DEDAA7;
}
</style>
border-color css
<style>
span { border-color: #DEDAA7; }
span { border-color: rgb(222,218,167); }
td.TdClassName
{
border-color: #DEDAA7;
}
.TagClassName
{
border-color: #DEDAA7;
}
</style>