Shades of Thistle #DABBDC
Tints of Thistle #DABBDC
RGB
CMYK
RGB Variations
Color information
#DABBDC (or 0xDABBDC) is known color: Thistle. HEX triplet: DA, BB and DC. RGB value is (218,187,220). Sum of RGB (Red+Green+Blue) = 218+187+220=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 187 (73.44% from 255 or 29.92% from 625); Blue value is 220 (86.33% from 255 or 35.2% from 625); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABBDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBDC is #254423. Grayscale: #C7C7C7. Windows color (decimal): -2442276 or 14466010. OLE color: 14466010.
HSL color Cylindrical-coordinate representation of color #DABBDC: hue angle of 296.36º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DABBDC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 187 | 220 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.14 |
| HSL | 296.36º | 0.32% | 0.8% | - |
| HSV(B) | 296.36º | 0.15% | 0.86% | - |
| XYZ | 59.6 | 55.61 | 75.3 | - |
| YUV | 200.03 | 139.27 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 220 | 0.01 | 0.15 | 0 | 0.14 | 296.36 | 0.32 | 0.8 |
| Hex | DA | BB | DC | 1 | F | 0 | E | 128 | 20 | 50 |
| Octal | 332 | 273 | 334 | 1 | 17 | 0 | 16 | 450 | 40 | 120 |
| Binary | 11011010 | 10111011 | 11011100 | 1 | 1111 | 0 | 1110 | 100101000 | 100000 | 1010000 |
Color Harmonies of #DABBDC
Complementary color
Monochromatic Colors of #DABBDC
Black with #DABBDC
Text Example
Text Example
White with #DABBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBDC; }
p { color: rgb(218,187,220); }
H1.HeaderClassName
{
color: #DABBDC;
}
.AnyTagClassName
{
color: #DABBDC;
}
</style>
background-color css
<style>
a { background-color: #DABBDC; }
a { background-color: rgb(218,187,220); }
div.DivClassName
{
background-color: #DABBDC;
}
.BgClassName
{
background-color: #DABBDC;
}
</style>
border-color css
<style>
span { border-color: #DABBDC; }
span { border-color: rgb(218,187,220); }
td.TdClassName
{
border-color: #DABBDC;
}
.TagClassName
{
border-color: #DABBDC;
}
</style>