Shades of Mint Julep #DEDBB1
Tints of Mint Julep #DEDBB1
RGB
CMYK
RGB Variations
Color information
#DEDBB1 (or 0xDEDBB1) is known color: Mint Julep. HEX triplet: DE, DB and B1. RGB value is (222,219,177). Sum of RGB (Red+Green+Blue) = 222+219+177=618 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.92% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 177 (69.53% from 255 or 28.64% from 618); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDBB1 is #21244E. Grayscale: #D7D7D7. Windows color (decimal): -2171983 or 11656158. OLE color: 11656158.
HSL color Cylindrical-coordinate representation of color #DEDBB1: hue angle of 56º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEDBB1 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 219 | 177 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.13 |
| HSL | 56º | 0.41% | 0.78% | - |
| HSV(B) | 56º | 0.2% | 0.87% | - |
| XYZ | 63.39 | 69.37 | 51.64 | - |
| YUV | 215.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 219 | 177 | 0 | 0.01 | 0.20 | 0.13 | 56 | 0.41 | 0.78 |
| Hex | DE | DB | B1 | 0 | 1 | 14 | D | 38 | 29 | 4E |
| Octal | 336 | 333 | 261 | 0 | 1 | 24 | 15 | 70 | 51 | 116 |
| Binary | 11011110 | 11011011 | 10110001 | 0 | 1 | 10100 | 1101 | 111000 | 101001 | 1001110 |
Color Harmonies of #DEDBB1
Complementary color
Monochromatic Colors of #DEDBB1
Black with #DEDBB1
Text Example
Text Example
White with #DEDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDBB1; }
p { color: rgb(222,219,177); }
H1.HeaderClassName
{
color: #DEDBB1;
}
.AnyTagClassName
{
color: #DEDBB1;
}
</style>
background-color css
<style>
a { background-color: #DEDBB1; }
a { background-color: rgb(222,219,177); }
div.DivClassName
{
background-color: #DEDBB1;
}
.BgClassName
{
background-color: #DEDBB1;
}
</style>
border-color css
<style>
span { border-color: #DEDBB1; }
span { border-color: rgb(222,219,177); }
td.TdClassName
{
border-color: #DEDBB1;
}
.TagClassName
{
border-color: #DEDBB1;
}
</style>