Shades of Thistle #DAC0DB
Tints of Thistle #DAC0DB
RGB
CMYK
RGB Variations
Color information
#DAC0DB (or 0xDAC0DB) is known color: Thistle. HEX triplet: DA, C0 and DB. RGB value is (218,192,219). Sum of RGB (Red+Green+Blue) = 218+192+219=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 192 (75.39% from 255 or 30.52% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC0DB is #253F24. Grayscale: #CACACA. Windows color (decimal): -2440997 or 14401754. OLE color: 14401754.
HSL color Cylindrical-coordinate representation of color #DAC0DB: hue angle of 297.78º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAC0DB is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 192 | 219 | - |
CMYK | 0.00 | 0.12 | 0 | 0.14 |
HSL | 297.78º | 0.27% | 0.81% | - |
HSV(B) | 297.78º | 0.12% | 0.86% | - |
XYZ | 60.55 | 57.72 | 74.97 | - |
YUV | 202.85 | 137.11 | 138.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 192 | 219 | 0.00 | 0.12 | 0 | 0.14 | 297.78 | 0.27 | 0.81 |
Hex | DA | C0 | DB | 0 | C | 0 | E | 12A | 1B | 51 |
Octal | 332 | 300 | 333 | 0 | 14 | 0 | 16 | 452 | 33 | 121 |
Binary | 11011010 | 11000000 | 11011011 | 0 | 1100 | 0 | 1110 | 100101010 | 11011 | 1010001 |
Color Harmonies of #DAC0DB
Complementary color
Monochromatic Colors of #DAC0DB
Black with #DAC0DB
Text Example
Text Example
White with #DAC0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0DB; }
p { color: rgb(218,192,219); }
H1.HeaderClassName
{
color: #DAC0DB;
}
.AnyTagClassName
{
color: #DAC0DB;
}
</style>
background-color css
<style>
a { background-color: #DAC0DB; }
a { background-color: rgb(218,192,219); }
div.DivClassName
{
background-color: #DAC0DB;
}
.BgClassName
{
background-color: #DAC0DB;
}
</style>
border-color css
<style>
span { border-color: #DAC0DB; }
span { border-color: rgb(218,192,219); }
td.TdClassName
{
border-color: #DAC0DB;
}
.TagClassName
{
border-color: #DAC0DB;
}
</style>