Shades of Mint Julep #DEDFA1
Tints of Mint Julep #DEDFA1
RGB
CMYK
RGB Variations
Color information
#DEDFA1 (or 0xDEDFA1) is known color: Mint Julep. HEX triplet: DE, DF and A1. RGB value is (222,223,161). Sum of RGB (Red+Green+Blue) = 222+223+161=606 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.63% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 161 (63.28% from 255 or 26.57% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #DEDFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDFA1 is #21205E. Grayscale: #D7D7D7. Windows color (decimal): -2170975 or 10608606. OLE color: 10608606.
HSL color Cylindrical-coordinate representation of color #DEDFA1: hue angle of 60.97º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEDFA1 is Cyan = 0.00, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 223 | 161 | - |
| CMYK | 0.00 | 0 | 0.28 | 0.13 |
| HSL | 60.97º | 0.49% | 0.75% | - |
| HSV(B) | 60.97º | 0.28% | 0.87% | - |
| XYZ | 62.94 | 70.88 | 44.08 | - |
| YUV | 215.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 223 | 161 | 0.00 | 0 | 0.28 | 0.13 | 60.97 | 0.49 | 0.75 |
| Hex | DE | DF | A1 | 0 | 0 | 1C | D | 3D | 31 | 4B |
| Octal | 336 | 337 | 241 | 0 | 0 | 34 | 15 | 75 | 61 | 113 |
| Binary | 11011110 | 11011111 | 10100001 | 0 | 0 | 11100 | 1101 | 111101 | 110001 | 1001011 |
Color Harmonies of #DEDFA1
Complementary color
Monochromatic Colors of #DEDFA1
Black with #DEDFA1
Text Example
Text Example
White with #DEDFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEDFA1; }
p { color: rgb(222,223,161); }
H1.HeaderClassName
{
color: #DEDFA1;
}
.AnyTagClassName
{
color: #DEDFA1;
}
</style>
background-color css
<style>
a { background-color: #DEDFA1; }
a { background-color: rgb(222,223,161); }
div.DivClassName
{
background-color: #DEDFA1;
}
.BgClassName
{
background-color: #DEDFA1;
}
</style>
border-color css
<style>
span { border-color: #DEDFA1; }
span { border-color: rgb(222,223,161); }
td.TdClassName
{
border-color: #DEDFA1;
}
.TagClassName
{
border-color: #DEDFA1;
}
</style>