Shades of Thistle #DABADB
Tints of Thistle #DABADB
RGB
CMYK
RGB Variations
Color information
#DABADB (or 0xDABADB) is known color: Thistle. HEX triplet: DA, BA and DB. RGB value is (218,186,219). Sum of RGB (Red+Green+Blue) = 218+186+219=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABADB is #254524. Grayscale: #C7C7C7. Windows color (decimal): -2442533 or 14400218. OLE color: 14400218.
HSL color Cylindrical-coordinate representation of color #DABADB: hue angle of 298.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABADB is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 186 | 219 | - |
CMYK | 0.00 | 0.15 | 0 | 0.14 |
HSL | 298.18º | 0.31% | 0.79% | - |
HSV(B) | 298.18º | 0.15% | 0.86% | - |
XYZ | 59.26 | 55.14 | 74.54 | - |
YUV | 199.33 | 139.1 | 141.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 186 | 219 | 0.00 | 0.15 | 0 | 0.14 | 298.18 | 0.31 | 0.79 |
Hex | DA | BA | DB | 0 | F | 0 | E | 12A | 1F | 4F |
Octal | 332 | 272 | 333 | 0 | 17 | 0 | 16 | 452 | 37 | 117 |
Binary | 11011010 | 10111010 | 11011011 | 0 | 1111 | 0 | 1110 | 100101010 | 11111 | 1001111 |
Color Harmonies of #DABADB
Complementary color
Monochromatic Colors of #DABADB
Black with #DABADB
Text Example
Text Example
White with #DABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABADB; }
p { color: rgb(218,186,219); }
H1.HeaderClassName
{
color: #DABADB;
}
.AnyTagClassName
{
color: #DABADB;
}
</style>
background-color css
<style>
a { background-color: #DABADB; }
a { background-color: rgb(218,186,219); }
div.DivClassName
{
background-color: #DABADB;
}
.BgClassName
{
background-color: #DABADB;
}
</style>
border-color css
<style>
span { border-color: #DABADB; }
span { border-color: rgb(218,186,219); }
td.TdClassName
{
border-color: #DABADB;
}
.TagClassName
{
border-color: #DABADB;
}
</style>