Shades of Thistle #DAC5DB
Tints of Thistle #DAC5DB
RGB
CMYK
RGB Variations
Color information
#DAC5DB (or 0xDAC5DB) is known color: Thistle. HEX triplet: DA, C5 and DB. RGB value is (218,197,219). Sum of RGB (Red+Green+Blue) = 218+197+219=634 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.38% from 634); Green value is 197 (77.34% from 255 or 31.07% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5DB is #253A24. Grayscale: #CDCDCD. Windows color (decimal): -2439717 or 14403034. OLE color: 14403034.
HSL color Cylindrical-coordinate representation of color #DAC5DB: hue angle of 297.27º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC5DB is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 197 | 219 | - |
CMYK | 0.00 | 0.10 | 0 | 0.14 |
HSL | 297.27º | 0.23% | 0.82% | - |
HSV(B) | 297.27º | 0.1% | 0.86% | - |
XYZ | 61.67 | 59.95 | 75.34 | - |
YUV | 205.79 | 135.46 | 136.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 219 | 0.00 | 0.10 | 0 | 0.14 | 297.27 | 0.23 | 0.82 |
Hex | DA | C5 | DB | 0 | A | 0 | E | 129 | 17 | 52 |
Octal | 332 | 305 | 333 | 0 | 12 | 0 | 16 | 451 | 27 | 122 |
Binary | 11011010 | 11000101 | 11011011 | 0 | 1010 | 0 | 1110 | 100101001 | 10111 | 1010010 |
Color Harmonies of #DAC5DB
Complementary color
Monochromatic Colors of #DAC5DB
Black with #DAC5DB
Text Example
Text Example
White with #DAC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5DB; }
p { color: rgb(218,197,219); }
H1.HeaderClassName
{
color: #DAC5DB;
}
.AnyTagClassName
{
color: #DAC5DB;
}
</style>
background-color css
<style>
a { background-color: #DAC5DB; }
a { background-color: rgb(218,197,219); }
div.DivClassName
{
background-color: #DAC5DB;
}
.BgClassName
{
background-color: #DAC5DB;
}
</style>
border-color css
<style>
span { border-color: #DAC5DB; }
span { border-color: rgb(218,197,219); }
td.TdClassName
{
border-color: #DAC5DB;
}
.TagClassName
{
border-color: #DAC5DB;
}
</style>