Shades of Thistle #DACADB
Tints of Thistle #DACADB
RGB
CMYK
RGB Variations
Color information
#DACADB (or 0xDACADB) is known color: Thistle. HEX triplet: DA, CA and DB. RGB value is (218,202,219). Sum of RGB (Red+Green+Blue) = 218+202+219=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACADB is #253524. Grayscale: #D0D0D0. Windows color (decimal): -2438437 or 14404314. OLE color: 14404314.
HSL color Cylindrical-coordinate representation of color #DACADB: hue angle of 296.47º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACADB is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 202 | 219 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.14 |
| HSL | 296.47º | 0.19% | 0.83% | - |
| HSV(B) | 296.47º | 0.08% | 0.86% | - |
| XYZ | 62.82 | 62.26 | 75.72 | - |
| YUV | 208.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 202 | 219 | 0.00 | 0.08 | 0 | 0.14 | 296.47 | 0.19 | 0.83 |
| Hex | DA | CA | DB | 0 | 8 | 0 | E | 128 | 13 | 53 |
| Octal | 332 | 312 | 333 | 0 | 10 | 0 | 16 | 450 | 23 | 123 |
| Binary | 11011010 | 11001010 | 11011011 | 0 | 1000 | 0 | 1110 | 100101000 | 10011 | 1010011 |
Color Harmonies of #DACADB
Complementary color
Monochromatic Colors of #DACADB
Black with #DACADB
Text Example
Text Example
White with #DACADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACADB; }
p { color: rgb(218,202,219); }
H1.HeaderClassName
{
color: #DACADB;
}
.AnyTagClassName
{
color: #DACADB;
}
</style>
background-color css
<style>
a { background-color: #DACADB; }
a { background-color: rgb(218,202,219); }
div.DivClassName
{
background-color: #DACADB;
}
.BgClassName
{
background-color: #DACADB;
}
</style>
border-color css
<style>
span { border-color: #DACADB; }
span { border-color: rgb(218,202,219); }
td.TdClassName
{
border-color: #DACADB;
}
.TagClassName
{
border-color: #DACADB;
}
</style>