Shades of Mint Julep #DFDCB2
Tints of Mint Julep #DFDCB2
RGB
CMYK
RGB Variations
Color information
#DFDCB2 (or 0xDFDCB2) is known color: Mint Julep. HEX triplet: DF, DC and B2. RGB value is (223,220,178). Sum of RGB (Red+Green+Blue) = 223+220+178=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 178 (69.92% from 255 or 28.66% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDCB2 is #20234D. Grayscale: #D8D8D8. Windows color (decimal): -2106190 or 11721951. OLE color: 11721951.
HSL color Cylindrical-coordinate representation of color #DFDCB2: hue angle of 56º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFDCB2 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 220 | 178 | - |
CMYK | 0 | 0.01 | 0.20 | 0.13 |
HSL | 56º | 0.41% | 0.79% | - |
HSV(B) | 56º | 0.2% | 0.87% | - |
XYZ | 64.06 | 70.09 | 52.27 | - |
YUV | 216.11 | 106.49 | 132.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 220 | 178 | 0 | 0.01 | 0.20 | 0.13 | 56 | 0.41 | 0.79 |
Hex | DF | DC | B2 | 0 | 1 | 14 | D | 38 | 29 | 4F |
Octal | 337 | 334 | 262 | 0 | 1 | 24 | 15 | 70 | 51 | 117 |
Binary | 11011111 | 11011100 | 10110010 | 0 | 1 | 10100 | 1101 | 111000 | 101001 | 1001111 |
Color Harmonies of #DFDCB2
Complementary color
Monochromatic Colors of #DFDCB2
Black with #DFDCB2
Text Example
Text Example
White with #DFDCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDCB2; }
p { color: rgb(223,220,178); }
H1.HeaderClassName
{
color: #DFDCB2;
}
.AnyTagClassName
{
color: #DFDCB2;
}
</style>
background-color css
<style>
a { background-color: #DFDCB2; }
a { background-color: rgb(223,220,178); }
div.DivClassName
{
background-color: #DFDCB2;
}
.BgClassName
{
background-color: #DFDCB2;
}
</style>
border-color css
<style>
span { border-color: #DFDCB2; }
span { border-color: rgb(223,220,178); }
td.TdClassName
{
border-color: #DFDCB2;
}
.TagClassName
{
border-color: #DFDCB2;
}
</style>