Shades of Thistle #DAB7DA
Tints of Thistle #DAB7DA
RGB
CMYK
RGB Variations
Color information
#DAB7DA (or 0xDAB7DA) is known color: Thistle. HEX triplet: DA, B7 and DA. RGB value is (218,183,218). Sum of RGB (Red+Green+Blue) = 218+183+218=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 183 (71.88% from 255 or 29.56% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7DA is #254825. Grayscale: #C5C5C5. Windows color (decimal): -2443302 or 14333914. OLE color: 14333914.
HSL color Cylindrical-coordinate representation of color #DAB7DA: hue angle of 300º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7DA is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 183 | 218 | - |
CMYK | 0 | 0.16 | 0 | 0.15 |
HSL | 300º | 0.32% | 0.79% | - |
HSV(B) | 300º | 0.16% | 0.85% | - |
XYZ | 58.5 | 53.83 | 73.64 | - |
YUV | 197.46 | 139.6 | 142.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 183 | 218 | 0 | 0.16 | 0 | 0.15 | 300 | 0.32 | 0.79 |
Hex | DA | B7 | DA | 0 | 10 | 0 | F | 12C | 20 | 4F |
Octal | 332 | 267 | 332 | 0 | 20 | 0 | 17 | 454 | 40 | 117 |
Binary | 11011010 | 10110111 | 11011010 | 0 | 10000 | 0 | 1111 | 100101100 | 100000 | 1001111 |
Color Harmonies of #DAB7DA
Complementary color
Monochromatic Colors of #DAB7DA
Black with #DAB7DA
Text Example
Text Example
White with #DAB7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7DA; }
p { color: rgb(218,183,218); }
H1.HeaderClassName
{
color: #DAB7DA;
}
.AnyTagClassName
{
color: #DAB7DA;
}
</style>
background-color css
<style>
a { background-color: #DAB7DA; }
a { background-color: rgb(218,183,218); }
div.DivClassName
{
background-color: #DAB7DA;
}
.BgClassName
{
background-color: #DAB7DA;
}
</style>
border-color css
<style>
span { border-color: #DAB7DA; }
span { border-color: rgb(218,183,218); }
td.TdClassName
{
border-color: #DAB7DA;
}
.TagClassName
{
border-color: #DAB7DA;
}
</style>