Shades of Thistle #DAC3DB
Tints of Thistle #DAC3DB
RGB
CMYK
RGB Variations
Color information
#DAC3DB (or 0xDAC3DB) is known color: Thistle. HEX triplet: DA, C3 and DB. RGB value is (218,195,219). Sum of RGB (Red+Green+Blue) = 218+195+219=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 195 (76.56% from 255 or 30.85% from 632); Blue value is 219 (85.94% from 255 or 34.65% from 632); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3DB is #253C24. Grayscale: #CCCCCC. Windows color (decimal): -2440229 or 14402522. OLE color: 14402522.
HSL color Cylindrical-coordinate representation of color #DAC3DB: hue angle of 297.5º degrees, saturation: 0.25, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3DB is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 195 | 219 | - |
| CMYK | 0.00 | 0.11 | 0 | 0.14 |
| HSL | 297.5º | 0.25% | 0.81% | - |
| HSV(B) | 297.5º | 0.11% | 0.86% | - |
| XYZ | 61.21 | 59.05 | 75.19 | - |
| YUV | 204.61 | 136.12 | 137.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 219 | 0.00 | 0.11 | 0 | 0.14 | 297.5 | 0.25 | 0.81 |
| Hex | DA | C3 | DB | 0 | B | 0 | E | 12A | 19 | 51 |
| Octal | 332 | 303 | 333 | 0 | 13 | 0 | 16 | 452 | 31 | 121 |
| Binary | 11011010 | 11000011 | 11011011 | 0 | 1011 | 0 | 1110 | 100101010 | 11001 | 1010001 |
Color Harmonies of #DAC3DB
Complementary color
Monochromatic Colors of #DAC3DB
Black with #DAC3DB
Text Example
Text Example
White with #DAC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3DB; }
p { color: rgb(218,195,219); }
H1.HeaderClassName
{
color: #DAC3DB;
}
.AnyTagClassName
{
color: #DAC3DB;
}
</style>
background-color css
<style>
a { background-color: #DAC3DB; }
a { background-color: rgb(218,195,219); }
div.DivClassName
{
background-color: #DAC3DB;
}
.BgClassName
{
background-color: #DAC3DB;
}
</style>
border-color css
<style>
span { border-color: #DAC3DB; }
span { border-color: rgb(218,195,219); }
td.TdClassName
{
border-color: #DAC3DB;
}
.TagClassName
{
border-color: #DAC3DB;
}
</style>