Shades of Mint Julep #DAD5AC
Tints of Mint Julep #DAD5AC
RGB
CMYK
RGB Variations
Color information
#DAD5AC (or 0xDAD5AC) is known color: Mint Julep. HEX triplet: DA, D5 and AC. RGB value is (218,213,172). Sum of RGB (Red+Green+Blue) = 218+213+172=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 172 (67.58% from 255 or 28.52% from 603); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD5AC is #252A53. Grayscale: #D1D1D1. Windows color (decimal): -2435668 or 11326938. OLE color: 11326938.
HSL color Cylindrical-coordinate representation of color #DAD5AC: hue angle of 53.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAD5AC is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 213 | 172 | - |
CMYK | 0 | 0.02 | 0.21 | 0.15 |
HSL | 53.48º | 0.38% | 0.76% | - |
HSV(B) | 53.48º | 0.21% | 0.85% | - |
XYZ | 60.15 | 65.47 | 48.5 | - |
YUV | 209.82 | 106.66 | 133.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 213 | 172 | 0 | 0.02 | 0.21 | 0.15 | 53.48 | 0.38 | 0.76 |
Hex | DA | D5 | AC | 0 | 2 | 15 | F | 35 | 26 | 4C |
Octal | 332 | 325 | 254 | 0 | 2 | 25 | 17 | 65 | 46 | 114 |
Binary | 11011010 | 11010101 | 10101100 | 0 | 10 | 10101 | 1111 | 110101 | 100110 | 1001100 |
Color Harmonies of #DAD5AC
Complementary color
Monochromatic Colors of #DAD5AC
Black with #DAD5AC
Text Example
Text Example
White with #DAD5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD5AC; }
p { color: rgb(218,213,172); }
H1.HeaderClassName
{
color: #DAD5AC;
}
.AnyTagClassName
{
color: #DAD5AC;
}
</style>
background-color css
<style>
a { background-color: #DAD5AC; }
a { background-color: rgb(218,213,172); }
div.DivClassName
{
background-color: #DAD5AC;
}
.BgClassName
{
background-color: #DAD5AC;
}
</style>
border-color css
<style>
span { border-color: #DAD5AC; }
span { border-color: rgb(218,213,172); }
td.TdClassName
{
border-color: #DAD5AC;
}
.TagClassName
{
border-color: #DAD5AC;
}
</style>