Shades of Mint Julep #DEDBA3
Tints of Mint Julep #DEDBA3
RGB
CMYK
RGB Variations
Color information
#DEDBA3 (or 0xDEDBA3) is known color: Mint Julep. HEX triplet: DE, DB and A3. RGB value is (222,219,163). Sum of RGB (Red+Green+Blue) = 222+219+163=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 163 (64.06% from 255 or 26.99% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBA3 is #21245C. Grayscale: #D5D5D5. Windows color (decimal): -2171997 or 10738654. OLE color: 10738654.
HSL color Cylindrical-coordinate representation of color #DEDBA3: hue angle of 56.95º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEDBA3 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 163 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.13 |
| HSL | 56.95º | 0.47% | 0.75% | - |
| HSV(B) | 56.95º | 0.27% | 0.87% | - |
| XYZ | 62.07 | 68.84 | 44.67 | - |
| YUV | 213.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 163 | 0 | 0.01 | 0.27 | 0.13 | 56.95 | 0.47 | 0.75 |
| Hex | DE | DB | A3 | 0 | 1 | 1B | D | 39 | 2F | 4B |
| Octal | 336 | 333 | 243 | 0 | 1 | 33 | 15 | 71 | 57 | 113 |
| Binary | 11011110 | 11011011 | 10100011 | 0 | 1 | 11011 | 1101 | 111001 | 101111 | 1001011 |
Color Harmonies of #DEDBA3
Complementary color
Monochromatic Colors of #DEDBA3
Black with #DEDBA3
Text Example
Text Example
White with #DEDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBA3; }
p { color: rgb(222,219,163); }
H1.HeaderClassName
{
color: #DEDBA3;
}
.AnyTagClassName
{
color: #DEDBA3;
}
</style>
background-color css
<style>
a { background-color: #DEDBA3; }
a { background-color: rgb(222,219,163); }
div.DivClassName
{
background-color: #DEDBA3;
}
.BgClassName
{
background-color: #DEDBA3;
}
</style>
border-color css
<style>
span { border-color: #DEDBA3; }
span { border-color: rgb(222,219,163); }
td.TdClassName
{
border-color: #DEDBA3;
}
.TagClassName
{
border-color: #DEDBA3;
}
</style>