Shades of Thistle #DAC2DA
Tints of Thistle #DAC2DA
RGB
CMYK
RGB Variations
Color information
#DAC2DA (or 0xDAC2DA) is known color: Thistle. HEX triplet: DA, C2 and DA. RGB value is (218,194,218). Sum of RGB (Red+Green+Blue) = 218+194+218=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 194 (76.17% from 255 or 30.79% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAC2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DA is #253D25. Grayscale: #CBCBCB. Windows color (decimal): -2440486 or 14336730. OLE color: 14336730.
HSL color Cylindrical-coordinate representation of color #DAC2DA: hue angle of 300º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC2DA is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 194 | 218 | - |
CMYK | 0 | 0.11 | 0 | 0.15 |
HSL | 300º | 0.24% | 0.81% | - |
HSV(B) | 300º | 0.11% | 0.85% | - |
XYZ | 60.86 | 58.55 | 74.42 | - |
YUV | 203.91 | 135.95 | 138.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 218 | 0 | 0.11 | 0 | 0.15 | 300 | 0.24 | 0.81 |
Hex | DA | C2 | DA | 0 | B | 0 | F | 12C | 18 | 51 |
Octal | 332 | 302 | 332 | 0 | 13 | 0 | 17 | 454 | 30 | 121 |
Binary | 11011010 | 11000010 | 11011010 | 0 | 1011 | 0 | 1111 | 100101100 | 11000 | 1010001 |
Color Harmonies of #DAC2DA
Complementary color
Monochromatic Colors of #DAC2DA
Black with #DAC2DA
Text Example
Text Example
White with #DAC2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2DA; }
p { color: rgb(218,194,218); }
H1.HeaderClassName
{
color: #DAC2DA;
}
.AnyTagClassName
{
color: #DAC2DA;
}
</style>
background-color css
<style>
a { background-color: #DAC2DA; }
a { background-color: rgb(218,194,218); }
div.DivClassName
{
background-color: #DAC2DA;
}
.BgClassName
{
background-color: #DAC2DA;
}
</style>
border-color css
<style>
span { border-color: #DAC2DA; }
span { border-color: rgb(218,194,218); }
td.TdClassName
{
border-color: #DAC2DA;
}
.TagClassName
{
border-color: #DAC2DA;
}
</style>