Shades of Thistle #DAB7DB
Tints of Thistle #DAB7DB
RGB
CMYK
RGB Variations
Color information
#DAB7DB (or 0xDAB7DB) is known color: Thistle. HEX triplet: DA, B7 and DB. RGB value is (218,183,219). Sum of RGB (Red+Green+Blue) = 218+183+219=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 183 (71.88% from 255 or 29.52% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7DB is #254824. Grayscale: #C5C5C5. Windows color (decimal): -2443301 or 14399450. OLE color: 14399450.
HSL color Cylindrical-coordinate representation of color #DAB7DB: hue angle of 298.33º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7DB is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 183 | 219 | - |
| CMYK | 0.00 | 0.16 | 0 | 0.14 |
| HSL | 298.33º | 0.33% | 0.79% | - |
| HSV(B) | 298.33º | 0.16% | 0.86% | - |
| XYZ | 58.63 | 53.89 | 74.33 | - |
| YUV | 197.57 | 140.1 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 219 | 0.00 | 0.16 | 0 | 0.14 | 298.33 | 0.33 | 0.79 |
| Hex | DA | B7 | DB | 0 | 10 | 0 | E | 12A | 21 | 4F |
| Octal | 332 | 267 | 333 | 0 | 20 | 0 | 16 | 452 | 41 | 117 |
| Binary | 11011010 | 10110111 | 11011011 | 0 | 10000 | 0 | 1110 | 100101010 | 100001 | 1001111 |
Color Harmonies of #DAB7DB
Complementary color
Monochromatic Colors of #DAB7DB
Black with #DAB7DB
Text Example
Text Example
White with #DAB7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7DB; }
p { color: rgb(218,183,219); }
H1.HeaderClassName
{
color: #DAB7DB;
}
.AnyTagClassName
{
color: #DAB7DB;
}
</style>
background-color css
<style>
a { background-color: #DAB7DB; }
a { background-color: rgb(218,183,219); }
div.DivClassName
{
background-color: #DAB7DB;
}
.BgClassName
{
background-color: #DAB7DB;
}
</style>
border-color css
<style>
span { border-color: #DAB7DB; }
span { border-color: rgb(218,183,219); }
td.TdClassName
{
border-color: #DAB7DB;
}
.TagClassName
{
border-color: #DAB7DB;
}
</style>