Shades of Thistle #DAC8DB
Tints of Thistle #DAC8DB
RGB
CMYK
RGB Variations
Color information
#DAC8DB (or 0xDAC8DB) is known color: Thistle. HEX triplet: DA, C8 and DB. RGB value is (218,200,219). Sum of RGB (Red+Green+Blue) = 218+200+219=637 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.22% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC8DB is #253724. Grayscale: #CFCFCF. Windows color (decimal): -2438949 or 14403802. OLE color: 14403802.
HSL color Cylindrical-coordinate representation of color #DAC8DB: hue angle of 296.84º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAC8DB is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 200 | 219 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.14 |
| HSL | 296.84º | 0.21% | 0.82% | - |
| HSV(B) | 296.84º | 0.09% | 0.86% | - |
| XYZ | 62.35 | 61.33 | 75.57 | - |
| YUV | 207.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 200 | 219 | 0.00 | 0.09 | 0 | 0.14 | 296.84 | 0.21 | 0.82 |
| Hex | DA | C8 | DB | 0 | 9 | 0 | E | 129 | 15 | 52 |
| Octal | 332 | 310 | 333 | 0 | 11 | 0 | 16 | 451 | 25 | 122 |
| Binary | 11011010 | 11001000 | 11011011 | 0 | 1001 | 0 | 1110 | 100101001 | 10101 | 1010010 |
Color Harmonies of #DAC8DB
Complementary color
Monochromatic Colors of #DAC8DB
Black with #DAC8DB
Text Example
Text Example
White with #DAC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC8DB; }
p { color: rgb(218,200,219); }
H1.HeaderClassName
{
color: #DAC8DB;
}
.AnyTagClassName
{
color: #DAC8DB;
}
</style>
background-color css
<style>
a { background-color: #DAC8DB; }
a { background-color: rgb(218,200,219); }
div.DivClassName
{
background-color: #DAC8DB;
}
.BgClassName
{
background-color: #DAC8DB;
}
</style>
border-color css
<style>
span { border-color: #DAC8DB; }
span { border-color: rgb(218,200,219); }
td.TdClassName
{
border-color: #DAC8DB;
}
.TagClassName
{
border-color: #DAC8DB;
}
</style>