Shades of Mint Julep #DADAAA
Tints of Mint Julep #DADAAA
RGB
CMYK
RGB Variations
Color information
#DADAAA (or 0xDADAAA) is known color: Mint Julep. HEX triplet: DA, DA and AA. RGB value is (218,218,170). Sum of RGB (Red+Green+Blue) = 218+218+170=606 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.97% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAAA is #252555. Grayscale: #D4D4D4. Windows color (decimal): -2434390 or 11197146. OLE color: 11197146.
HSL color Cylindrical-coordinate representation of color #DADAAA: hue angle of 60º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DADAAA is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 218 | 170 | - |
CMYK | 0 | 0 | 0.22 | 0.15 |
HSL | 60º | 0.39% | 0.76% | - |
HSV(B) | 60º | 0.22% | 0.85% | - |
XYZ | 61.24 | 67.95 | 47.92 | - |
YUV | 212.53 | 104 | 131.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 218 | 170 | 0 | 0 | 0.22 | 0.15 | 60 | 0.39 | 0.76 |
Hex | DA | DA | AA | 0 | 0 | 16 | F | 3C | 27 | 4C |
Octal | 332 | 332 | 252 | 0 | 0 | 26 | 17 | 74 | 47 | 114 |
Binary | 11011010 | 11011010 | 10101010 | 0 | 0 | 10110 | 1111 | 111100 | 100111 | 1001100 |
Color Harmonies of #DADAAA
Complementary color
Monochromatic Colors of #DADAAA
Black with #DADAAA
Text Example
Text Example
White with #DADAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADAAA; }
p { color: rgb(218,218,170); }
H1.HeaderClassName
{
color: #DADAAA;
}
.AnyTagClassName
{
color: #DADAAA;
}
</style>
background-color css
<style>
a { background-color: #DADAAA; }
a { background-color: rgb(218,218,170); }
div.DivClassName
{
background-color: #DADAAA;
}
.BgClassName
{
background-color: #DADAAA;
}
</style>
border-color css
<style>
span { border-color: #DADAAA; }
span { border-color: rgb(218,218,170); }
td.TdClassName
{
border-color: #DADAAA;
}
.TagClassName
{
border-color: #DADAAA;
}
</style>