Shades of Mint Julep #DDDF9F
Tints of Mint Julep #DDDF9F
RGB
CMYK
RGB Variations
Color information
#DDDF9F (or 0xDDDF9F) is known color: Mint Julep. HEX triplet: DD, DF and 9F. RGB value is (221,223,159). Sum of RGB (Red+Green+Blue) = 221+223+159=603 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.65% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 159 (62.5% from 255 or 26.37% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDF9F is #222060. Grayscale: #D7D7D7. Windows color (decimal): -2236513 or 10477533. OLE color: 10477533.
HSL color Cylindrical-coordinate representation of color #DDDF9F: hue angle of 61.88º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DDDF9F is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 159 | - |
CMYK | 0.01 | 0 | 0.29 | 0.13 |
HSL | 61.88º | 0.5% | 0.75% | - |
HSV(B) | 61.88º | 0.29% | 0.87% | - |
XYZ | 62.46 | 70.65 | 43.15 | - |
YUV | 215.11 | 96.34 | 132.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 159 | 0.01 | 0 | 0.29 | 0.13 | 61.88 | 0.5 | 0.75 |
Hex | DD | DF | 9F | 1 | 0 | 1D | D | 3E | 32 | 4B |
Octal | 335 | 337 | 237 | 1 | 0 | 35 | 15 | 76 | 62 | 113 |
Binary | 11011101 | 11011111 | 10011111 | 1 | 0 | 11101 | 1101 | 111110 | 110010 | 1001011 |
Color Harmonies of #DDDF9F
Complementary color
Monochromatic Colors of #DDDF9F
Black with #DDDF9F
Text Example
Text Example
White with #DDDF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF9F; }
p { color: rgb(221,223,159); }
H1.HeaderClassName
{
color: #DDDF9F;
}
.AnyTagClassName
{
color: #DDDF9F;
}
</style>
background-color css
<style>
a { background-color: #DDDF9F; }
a { background-color: rgb(221,223,159); }
div.DivClassName
{
background-color: #DDDF9F;
}
.BgClassName
{
background-color: #DDDF9F;
}
</style>
border-color css
<style>
span { border-color: #DDDF9F; }
span { border-color: rgb(221,223,159); }
td.TdClassName
{
border-color: #DDDF9F;
}
.TagClassName
{
border-color: #DDDF9F;
}
</style>