Shades of Mint Julep #DEDAB1
Tints of Mint Julep #DEDAB1
RGB
CMYK
RGB Variations
Color information
#DEDAB1 (or 0xDEDAB1) is known color: Mint Julep. HEX triplet: DE, DA and B1. RGB value is (222,218,177). Sum of RGB (Red+Green+Blue) = 222+218+177=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 177 (69.53% from 255 or 28.69% from 617); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDAB1 is #21254E. Grayscale: #D6D6D6. Windows color (decimal): -2172239 or 11655902. OLE color: 11655902.
HSL color Cylindrical-coordinate representation of color #DEDAB1: hue angle of 54.67º 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 #DEDAB1 is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 218 | 177 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.13 |
| HSL | 54.67º | 0.41% | 0.78% | - |
| HSV(B) | 54.67º | 0.2% | 0.87% | - |
| XYZ | 63.13 | 68.85 | 51.56 | - |
| YUV | 214.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 218 | 177 | 0 | 0.02 | 0.20 | 0.13 | 54.67 | 0.41 | 0.78 |
| Hex | DE | DA | B1 | 0 | 2 | 14 | D | 37 | 29 | 4E |
| Octal | 336 | 332 | 261 | 0 | 2 | 24 | 15 | 67 | 51 | 116 |
| Binary | 11011110 | 11011010 | 10110001 | 0 | 10 | 10100 | 1101 | 110111 | 101001 | 1001110 |
Color Harmonies of #DEDAB1
Complementary color
Monochromatic Colors of #DEDAB1
Black with #DEDAB1
Text Example
Text Example
White with #DEDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDAB1; }
p { color: rgb(222,218,177); }
H1.HeaderClassName
{
color: #DEDAB1;
}
.AnyTagClassName
{
color: #DEDAB1;
}
</style>
background-color css
<style>
a { background-color: #DEDAB1; }
a { background-color: rgb(222,218,177); }
div.DivClassName
{
background-color: #DEDAB1;
}
.BgClassName
{
background-color: #DEDAB1;
}
</style>
border-color css
<style>
span { border-color: #DEDAB1; }
span { border-color: rgb(222,218,177); }
td.TdClassName
{
border-color: #DEDAB1;
}
.TagClassName
{
border-color: #DEDAB1;
}
</style>