Shades of Thistle #DAB2DB
Tints of Thistle #DAB2DB
RGB
CMYK
RGB Variations
Color information
#DAB2DB (or 0xDAB2DB) is known color: Thistle. HEX triplet: DA, B2 and DB. RGB value is (218,178,219). Sum of RGB (Red+Green+Blue) = 218+178+219=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 178 (69.92% from 255 or 28.94% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB2DB is #254D24. Grayscale: #C2C2C2. Windows color (decimal): -2444581 or 14398170. OLE color: 14398170.
HSL color Cylindrical-coordinate representation of color #DAB2DB: hue angle of 298.54º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB2DB is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 178 | 219 | - |
CMYK | 0.00 | 0.19 | 0 | 0.14 |
HSL | 298.54º | 0.36% | 0.78% | - |
HSV(B) | 298.54º | 0.19% | 0.86% | - |
XYZ | 57.62 | 51.86 | 73.99 | - |
YUV | 194.63 | 141.75 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 178 | 219 | 0.00 | 0.19 | 0 | 0.14 | 298.54 | 0.36 | 0.78 |
Hex | DA | B2 | DB | 0 | 13 | 0 | E | 12B | 24 | 4E |
Octal | 332 | 262 | 333 | 0 | 23 | 0 | 16 | 453 | 44 | 116 |
Binary | 11011010 | 10110010 | 11011011 | 0 | 10011 | 0 | 1110 | 100101011 | 100100 | 1001110 |
Color Harmonies of #DAB2DB
Complementary color
Monochromatic Colors of #DAB2DB
Black with #DAB2DB
Text Example
Text Example
White with #DAB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB2DB; }
p { color: rgb(218,178,219); }
H1.HeaderClassName
{
color: #DAB2DB;
}
.AnyTagClassName
{
color: #DAB2DB;
}
</style>
background-color css
<style>
a { background-color: #DAB2DB; }
a { background-color: rgb(218,178,219); }
div.DivClassName
{
background-color: #DAB2DB;
}
.BgClassName
{
background-color: #DAB2DB;
}
</style>
border-color css
<style>
span { border-color: #DAB2DB; }
span { border-color: rgb(218,178,219); }
td.TdClassName
{
border-color: #DAB2DB;
}
.TagClassName
{
border-color: #DAB2DB;
}
</style>