Shades of Thistle #DCBDE6
Tints of Thistle #DCBDE6
RGB
CMYK
RGB Variations
Color information
#DCBDE6 (or 0xDCBDE6) is known color: Thistle. HEX triplet: DC, BD and E6. RGB value is (220,189,230). Sum of RGB (Red+Green+Blue) = 220+189+230=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCBDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCBDE6 is #234219. Grayscale: #CACACA. Windows color (decimal): -2310682 or 15121884. OLE color: 15121884.
HSL color Cylindrical-coordinate representation of color #DCBDE6: hue angle of 285.37º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCBDE6 is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 189 | 230 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.10 |
| HSL | 285.37º | 0.45% | 0.82% | - |
| HSV(B) | 285.37º | 0.18% | 0.9% | - |
| XYZ | 62 | 57.32 | 82.66 | - |
| YUV | 202.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 230 | 0.04 | 0.18 | 0 | 0.10 | 285.37 | 0.45 | 0.82 |
| Hex | DC | BD | E6 | 4 | 12 | 0 | A | 11D | 2D | 52 |
| Octal | 334 | 275 | 346 | 4 | 22 | 0 | 12 | 435 | 55 | 122 |
| Binary | 11011100 | 10111101 | 11100110 | 100 | 10010 | 0 | 1010 | 100011101 | 101101 | 1010010 |
Color Harmonies of #DCBDE6
Complementary color
Monochromatic Colors of #DCBDE6
Black with #DCBDE6
Text Example
Text Example
White with #DCBDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDE6; }
p { color: rgb(220,189,230); }
H1.HeaderClassName
{
color: #DCBDE6;
}
.AnyTagClassName
{
color: #DCBDE6;
}
</style>
background-color css
<style>
a { background-color: #DCBDE6; }
a { background-color: rgb(220,189,230); }
div.DivClassName
{
background-color: #DCBDE6;
}
.BgClassName
{
background-color: #DCBDE6;
}
</style>
border-color css
<style>
span { border-color: #DCBDE6; }
span { border-color: rgb(220,189,230); }
td.TdClassName
{
border-color: #DCBDE6;
}
.TagClassName
{
border-color: #DCBDE6;
}
</style>