Shades of Mint Julep #DFD6B0
Tints of Mint Julep #DFD6B0
RGB
CMYK
RGB Variations
Color information
#DFD6B0 (or 0xDFD6B0) is known color: Mint Julep. HEX triplet: DF, D6 and B0. RGB value is (223,214,176). Sum of RGB (Red+Green+Blue) = 223+214+176=613 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.38% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 176 (69.14% from 255 or 28.71% from 613); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD6B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFD6B0 is #20294F. Grayscale: #D4D4D4. Windows color (decimal): -2107728 or 11589343. OLE color: 11589343.
HSL color Cylindrical-coordinate representation of color #DFD6B0: hue angle of 48.51º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFD6B0 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 214 | 176 | - |
CMYK | 0 | 0.04 | 0.21 | 0.13 |
HSL | 48.51º | 0.42% | 0.78% | - |
HSV(B) | 48.51º | 0.21% | 0.87% | - |
XYZ | 62.31 | 66.92 | 50.71 | - |
YUV | 212.36 | 107.48 | 135.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 214 | 176 | 0 | 0.04 | 0.21 | 0.13 | 48.51 | 0.42 | 0.78 |
Hex | DF | D6 | B0 | 0 | 4 | 15 | D | 31 | 2A | 4E |
Octal | 337 | 326 | 260 | 0 | 4 | 25 | 15 | 61 | 52 | 116 |
Binary | 11011111 | 11010110 | 10110000 | 0 | 100 | 10101 | 1101 | 110001 | 101010 | 1001110 |
Color Harmonies of #DFD6B0
Complementary color
Monochromatic Colors of #DFD6B0
Black with #DFD6B0
Text Example
Text Example
White with #DFD6B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD6B0; }
p { color: rgb(223,214,176); }
H1.HeaderClassName
{
color: #DFD6B0;
}
.AnyTagClassName
{
color: #DFD6B0;
}
</style>
background-color css
<style>
a { background-color: #DFD6B0; }
a { background-color: rgb(223,214,176); }
div.DivClassName
{
background-color: #DFD6B0;
}
.BgClassName
{
background-color: #DFD6B0;
}
</style>
border-color css
<style>
span { border-color: #DFD6B0; }
span { border-color: rgb(223,214,176); }
td.TdClassName
{
border-color: #DFD6B0;
}
.TagClassName
{
border-color: #DFD6B0;
}
</style>