Shades of Thistle #DCB8DE
Tints of Thistle #DCB8DE
RGB
CMYK
RGB Variations
Color information
#DCB8DE (or 0xDCB8DE) is known color: Thistle. HEX triplet: DC, B8 and DE. RGB value is (220,184,222). Sum of RGB (Red+Green+Blue) = 220+184+222=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 184 (72.27% from 255 or 29.39% from 626); Blue value is 222 (87.11% from 255 or 35.46% from 626); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCB8DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB8DE is #234721. Grayscale: #C6C6C6. Windows color (decimal): -2311970 or 14596316. OLE color: 14596316.
HSL color Cylindrical-coordinate representation of color #DCB8DE: hue angle of 296.84º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB8DE is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 184 | 222 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.13 |
| HSL | 296.84º | 0.37% | 0.8% | - |
| HSV(B) | 296.84º | 0.17% | 0.87% | - |
| XYZ | 59.84 | 54.77 | 76.53 | - |
| YUV | 199.1 | 140.93 | 142.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 184 | 222 | 0.01 | 0.17 | 0 | 0.13 | 296.84 | 0.37 | 0.8 |
| Hex | DC | B8 | DE | 1 | 11 | 0 | D | 129 | 25 | 50 |
| Octal | 334 | 270 | 336 | 1 | 21 | 0 | 15 | 451 | 45 | 120 |
| Binary | 11011100 | 10111000 | 11011110 | 1 | 10001 | 0 | 1101 | 100101001 | 100101 | 1010000 |
Color Harmonies of #DCB8DE
Complementary color
Monochromatic Colors of #DCB8DE
Black with #DCB8DE
Text Example
Text Example
White with #DCB8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB8DE; }
p { color: rgb(220,184,222); }
H1.HeaderClassName
{
color: #DCB8DE;
}
.AnyTagClassName
{
color: #DCB8DE;
}
</style>
background-color css
<style>
a { background-color: #DCB8DE; }
a { background-color: rgb(220,184,222); }
div.DivClassName
{
background-color: #DCB8DE;
}
.BgClassName
{
background-color: #DCB8DE;
}
</style>
border-color css
<style>
span { border-color: #DCB8DE; }
span { border-color: rgb(220,184,222); }
td.TdClassName
{
border-color: #DCB8DE;
}
.TagClassName
{
border-color: #DCB8DE;
}
</style>