Shades of Mint Julep #DEDBAF
Tints of Mint Julep #DEDBAF
RGB
CMYK
RGB Variations
Color information
#DEDBAF (or 0xDEDBAF) is known color: Mint Julep. HEX triplet: DE, DB and AF. RGB value is (222,219,175). Sum of RGB (Red+Green+Blue) = 222+219+175=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 175 (68.75% from 255 or 28.41% from 616); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBAF is #212450. Grayscale: #D7D7D7. Windows color (decimal): -2171985 or 11525086. OLE color: 11525086.
HSL color Cylindrical-coordinate representation of color #DEDBAF: hue angle of 56.17º degrees, saturation: 0.42, 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 #DEDBAF is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 175 | - |
| CMYK | 0 | 0.01 | 0.21 | 0.13 |
| HSL | 56.17º | 0.42% | 0.78% | - |
| HSV(B) | 56.17º | 0.21% | 0.87% | - |
| XYZ | 63.19 | 69.29 | 50.6 | - |
| YUV | 214.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 175 | 0 | 0.01 | 0.21 | 0.13 | 56.17 | 0.42 | 0.78 |
| Hex | DE | DB | AF | 0 | 1 | 15 | D | 38 | 2A | 4E |
| Octal | 336 | 333 | 257 | 0 | 1 | 25 | 15 | 70 | 52 | 116 |
| Binary | 11011110 | 11011011 | 10101111 | 0 | 1 | 10101 | 1101 | 111000 | 101010 | 1001110 |
Color Harmonies of #DEDBAF
Complementary color
Monochromatic Colors of #DEDBAF
Black with #DEDBAF
Text Example
Text Example
White with #DEDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBAF; }
p { color: rgb(222,219,175); }
H1.HeaderClassName
{
color: #DEDBAF;
}
.AnyTagClassName
{
color: #DEDBAF;
}
</style>
background-color css
<style>
a { background-color: #DEDBAF; }
a { background-color: rgb(222,219,175); }
div.DivClassName
{
background-color: #DEDBAF;
}
.BgClassName
{
background-color: #DEDBAF;
}
</style>
border-color css
<style>
span { border-color: #DEDBAF; }
span { border-color: rgb(222,219,175); }
td.TdClassName
{
border-color: #DEDBAF;
}
.TagClassName
{
border-color: #DEDBAF;
}
</style>