Shades of Thistle #DABCDC
Tints of Thistle #DABCDC
RGB
CMYK
RGB Variations
Color information
#DABCDC (or 0xDABCDC) is known color: Thistle. HEX triplet: DA, BC and DC. RGB value is (218,188,220). Sum of RGB (Red+Green+Blue) = 218+188+220=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 188 (73.83% from 255 or 30.03% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #DABCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCDC is #254323. Grayscale: #C8C8C8. Windows color (decimal): -2442020 or 14466266. OLE color: 14466266.
HSL color Cylindrical-coordinate representation of color #DABCDC: hue angle of 296.25º degrees, saturation: 0.31, 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 #DABCDC is Cyan = 0.01, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 188 | 220 | - |
| CMYK | 0.01 | 0.15 | 0 | 0.14 |
| HSL | 296.25º | 0.31% | 0.8% | - |
| HSV(B) | 296.25º | 0.15% | 0.86% | - |
| XYZ | 59.81 | 56.04 | 75.37 | - |
| YUV | 200.62 | 138.94 | 140.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 220 | 0.01 | 0.15 | 0 | 0.14 | 296.25 | 0.31 | 0.8 |
| Hex | DA | BC | DC | 1 | F | 0 | E | 128 | 1F | 50 |
| Octal | 332 | 274 | 334 | 1 | 17 | 0 | 16 | 450 | 37 | 120 |
| Binary | 11011010 | 10111100 | 11011100 | 1 | 1111 | 0 | 1110 | 100101000 | 11111 | 1010000 |
Color Harmonies of #DABCDC
Complementary color
Monochromatic Colors of #DABCDC
Black with #DABCDC
Text Example
Text Example
White with #DABCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCDC; }
p { color: rgb(218,188,220); }
H1.HeaderClassName
{
color: #DABCDC;
}
.AnyTagClassName
{
color: #DABCDC;
}
</style>
background-color css
<style>
a { background-color: #DABCDC; }
a { background-color: rgb(218,188,220); }
div.DivClassName
{
background-color: #DABCDC;
}
.BgClassName
{
background-color: #DABCDC;
}
</style>
border-color css
<style>
span { border-color: #DABCDC; }
span { border-color: rgb(218,188,220); }
td.TdClassName
{
border-color: #DABCDC;
}
.TagClassName
{
border-color: #DABCDC;
}
</style>