Shades of Thistle #DABDDB
Tints of Thistle #DABDDB
RGB
CMYK
RGB Variations
Color information
#DABDDB (or 0xDABDDB) is known color: Thistle. HEX triplet: DA, BD and DB. RGB value is (218,189,219). Sum of RGB (Red+Green+Blue) = 218+189+219=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 189 (74.22% from 255 or 30.19% from 626); Blue value is 219 (85.94% from 255 or 34.98% from 626); Max value from RGB is 219 - color contains mainly: blue. Hex color #DABDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDDB is #254224. Grayscale: #C8C8C8. Windows color (decimal): -2441765 or 14400986. OLE color: 14400986.
HSL color Cylindrical-coordinate representation of color #DABDDB: hue angle of 298º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DABDDB is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 189 | 219 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.14 |
| HSL | 298º | 0.29% | 0.8% | - |
| HSV(B) | 298º | 0.14% | 0.86% | - |
| XYZ | 59.9 | 56.42 | 74.75 | - |
| YUV | 201.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 219 | 0.00 | 0.14 | 0 | 0.14 | 298 | 0.29 | 0.8 |
| Hex | DA | BD | DB | 0 | E | 0 | E | 12A | 1D | 50 |
| Octal | 332 | 275 | 333 | 0 | 16 | 0 | 16 | 452 | 35 | 120 |
| Binary | 11011010 | 10111101 | 11011011 | 0 | 1110 | 0 | 1110 | 100101010 | 11101 | 1010000 |
Color Harmonies of #DABDDB
Complementary color
Monochromatic Colors of #DABDDB
Black with #DABDDB
Text Example
Text Example
White with #DABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDDB; }
p { color: rgb(218,189,219); }
H1.HeaderClassName
{
color: #DABDDB;
}
.AnyTagClassName
{
color: #DABDDB;
}
</style>
background-color css
<style>
a { background-color: #DABDDB; }
a { background-color: rgb(218,189,219); }
div.DivClassName
{
background-color: #DABDDB;
}
.BgClassName
{
background-color: #DABDDB;
}
</style>
border-color css
<style>
span { border-color: #DABDDB; }
span { border-color: rgb(218,189,219); }
td.TdClassName
{
border-color: #DABDDB;
}
.TagClassName
{
border-color: #DABDDB;
}
</style>