Shades of Mint Julep #DEDBA4
Tints of Mint Julep #DEDBA4
RGB
CMYK
RGB Variations
Color information
#DEDBA4 (or 0xDEDBA4) is known color: Mint Julep. HEX triplet: DE, DB and A4. RGB value is (222,219,164). Sum of RGB (Red+Green+Blue) = 222+219+164=605 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.69% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 164 (64.45% from 255 or 27.11% from 605); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBA4 is #21245B. Grayscale: #D5D5D5. Windows color (decimal): -2171996 or 10804190. OLE color: 10804190.
HSL color Cylindrical-coordinate representation of color #DEDBA4: hue angle of 56.9º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEDBA4 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 164 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.13 |
| HSL | 56.9º | 0.47% | 0.76% | - |
| HSV(B) | 56.9º | 0.26% | 0.87% | - |
| XYZ | 62.16 | 68.87 | 45.14 | - |
| YUV | 213.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 164 | 0 | 0.01 | 0.26 | 0.13 | 56.9 | 0.47 | 0.76 |
| Hex | DE | DB | A4 | 0 | 1 | 1A | D | 39 | 2F | 4C |
| Octal | 336 | 333 | 244 | 0 | 1 | 32 | 15 | 71 | 57 | 114 |
| Binary | 11011110 | 11011011 | 10100100 | 0 | 1 | 11010 | 1101 | 111001 | 101111 | 1001100 |
Color Harmonies of #DEDBA4
Complementary color
Monochromatic Colors of #DEDBA4
Black with #DEDBA4
Text Example
Text Example
White with #DEDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBA4; }
p { color: rgb(222,219,164); }
H1.HeaderClassName
{
color: #DEDBA4;
}
.AnyTagClassName
{
color: #DEDBA4;
}
</style>
background-color css
<style>
a { background-color: #DEDBA4; }
a { background-color: rgb(222,219,164); }
div.DivClassName
{
background-color: #DEDBA4;
}
.BgClassName
{
background-color: #DEDBA4;
}
</style>
border-color css
<style>
span { border-color: #DEDBA4; }
span { border-color: rgb(222,219,164); }
td.TdClassName
{
border-color: #DEDBA4;
}
.TagClassName
{
border-color: #DEDBA4;
}
</style>