Shades of Mint Julep #DAD4AC
Tints of Mint Julep #DAD4AC
RGB
CMYK
RGB Variations
Color information
#DAD4AC (or 0xDAD4AC) is known color: Mint Julep. HEX triplet: DA, D4 and AC. RGB value is (218,212,172). Sum of RGB (Red+Green+Blue) = 218+212+172=602 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.21% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD4AC is #252B53. Grayscale: #D1D1D1. Windows color (decimal): -2435924 or 11326682. OLE color: 11326682.
HSL color Cylindrical-coordinate representation of color #DAD4AC: hue angle of 52.17º 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 #DAD4AC is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 212 | 172 | - |
CMYK | 0 | 0.03 | 0.21 | 0.15 |
HSL | 52.17º | 0.38% | 0.76% | - |
HSV(B) | 52.17º | 0.21% | 0.85% | - |
XYZ | 59.9 | 64.97 | 48.41 | - |
YUV | 209.23 | 106.99 | 134.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 212 | 172 | 0 | 0.03 | 0.21 | 0.15 | 52.17 | 0.38 | 0.76 |
Hex | DA | D4 | AC | 0 | 3 | 15 | F | 34 | 26 | 4C |
Octal | 332 | 324 | 254 | 0 | 3 | 25 | 17 | 64 | 46 | 114 |
Binary | 11011010 | 11010100 | 10101100 | 0 | 11 | 10101 | 1111 | 110100 | 100110 | 1001100 |
Color Harmonies of #DAD4AC
Complementary color
Monochromatic Colors of #DAD4AC
Black with #DAD4AC
Text Example
Text Example
White with #DAD4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD4AC; }
p { color: rgb(218,212,172); }
H1.HeaderClassName
{
color: #DAD4AC;
}
.AnyTagClassName
{
color: #DAD4AC;
}
</style>
background-color css
<style>
a { background-color: #DAD4AC; }
a { background-color: rgb(218,212,172); }
div.DivClassName
{
background-color: #DAD4AC;
}
.BgClassName
{
background-color: #DAD4AC;
}
</style>
border-color css
<style>
span { border-color: #DAD4AC; }
span { border-color: rgb(218,212,172); }
td.TdClassName
{
border-color: #DAD4AC;
}
.TagClassName
{
border-color: #DAD4AC;
}
</style>