Shades of Thistle #DAC2DB
Tints of Thistle #DAC2DB
RGB
CMYK
RGB Variations
Color information
#DAC2DB (or 0xDAC2DB) is known color: Thistle. HEX triplet: DA, C2 and DB. RGB value is (218,194,219). Sum of RGB (Red+Green+Blue) = 218+194+219=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 194 (76.17% from 255 or 30.74% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC2DB is #253D24. Grayscale: #CBCBCB. Windows color (decimal): -2440485 or 14402266. OLE color: 14402266.
HSL color Cylindrical-coordinate representation of color #DAC2DB: hue angle of 297.6º degrees, saturation: 0.26, 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 #DAC2DB is Cyan = 0.00, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 194 | 219 | - |
CMYK | 0.00 | 0.11 | 0 | 0.14 |
HSL | 297.6º | 0.26% | 0.81% | - |
HSV(B) | 297.6º | 0.11% | 0.86% | - |
XYZ | 60.99 | 58.6 | 75.11 | - |
YUV | 204.03 | 136.45 | 137.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 194 | 219 | 0.00 | 0.11 | 0 | 0.14 | 297.6 | 0.26 | 0.81 |
Hex | DA | C2 | DB | 0 | B | 0 | E | 12A | 1A | 51 |
Octal | 332 | 302 | 333 | 0 | 13 | 0 | 16 | 452 | 32 | 121 |
Binary | 11011010 | 11000010 | 11011011 | 0 | 1011 | 0 | 1110 | 100101010 | 11010 | 1010001 |
Color Harmonies of #DAC2DB
Complementary color
Monochromatic Colors of #DAC2DB
Black with #DAC2DB
Text Example
Text Example
White with #DAC2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC2DB; }
p { color: rgb(218,194,219); }
H1.HeaderClassName
{
color: #DAC2DB;
}
.AnyTagClassName
{
color: #DAC2DB;
}
</style>
background-color css
<style>
a { background-color: #DAC2DB; }
a { background-color: rgb(218,194,219); }
div.DivClassName
{
background-color: #DAC2DB;
}
.BgClassName
{
background-color: #DAC2DB;
}
</style>
border-color css
<style>
span { border-color: #DAC2DB; }
span { border-color: rgb(218,194,219); }
td.TdClassName
{
border-color: #DAC2DB;
}
.TagClassName
{
border-color: #DAC2DB;
}
</style>