Shades of Mint Julep #DEDAB0
Tints of Mint Julep #DEDAB0
RGB
CMYK
RGB Variations
Color information
#DEDAB0 (or 0xDEDAB0) is known color: Mint Julep. HEX triplet: DE, DA and B0. RGB value is (222,218,176). Sum of RGB (Red+Green+Blue) = 222+218+176=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 176 (69.14% from 255 or 28.57% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAB0 is #21254F. Grayscale: #D6D6D6. Windows color (decimal): -2172240 or 11590366. OLE color: 11590366.
HSL color Cylindrical-coordinate representation of color #DEDAB0: hue angle of 54.78º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEDAB0 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 176 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.13 |
| HSL | 54.78º | 0.41% | 0.78% | - |
| HSV(B) | 54.78º | 0.21% | 0.87% | - |
| XYZ | 63.03 | 68.81 | 51.03 | - |
| YUV | 214.41 | 106.33 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 176 | 0 | 0.02 | 0.21 | 0.13 | 54.78 | 0.41 | 0.78 |
| Hex | DE | DA | B0 | 0 | 2 | 15 | D | 37 | 29 | 4E |
| Octal | 336 | 332 | 260 | 0 | 2 | 25 | 15 | 67 | 51 | 116 |
| Binary | 11011110 | 11011010 | 10110000 | 0 | 10 | 10101 | 1101 | 110111 | 101001 | 1001110 |
Color Harmonies of #DEDAB0
Complementary color
Monochromatic Colors of #DEDAB0
Black with #DEDAB0
Text Example
Text Example
White with #DEDAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAB0; }
p { color: rgb(222,218,176); }
H1.HeaderClassName
{
color: #DEDAB0;
}
.AnyTagClassName
{
color: #DEDAB0;
}
</style>
background-color css
<style>
a { background-color: #DEDAB0; }
a { background-color: rgb(222,218,176); }
div.DivClassName
{
background-color: #DEDAB0;
}
.BgClassName
{
background-color: #DEDAB0;
}
</style>
border-color css
<style>
span { border-color: #DEDAB0; }
span { border-color: rgb(222,218,176); }
td.TdClassName
{
border-color: #DEDAB0;
}
.TagClassName
{
border-color: #DEDAB0;
}
</style>