Shades of Thistle #DCB3E6
Tints of Thistle #DCB3E6
RGB
CMYK
RGB Variations
Color information
#DCB3E6 (or 0xDCB3E6) is known color: Thistle. HEX triplet: DC, B3 and E6. RGB value is (220,179,230). Sum of RGB (Red+Green+Blue) = 220+179+230=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 179 (70.31% from 255 or 28.46% from 629); Blue value is 230 (90.23% from 255 or 36.57% from 629); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCB3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCB3E6 is #234C19. Grayscale: #C4C4C4. Windows color (decimal): -2313242 or 15119324. OLE color: 15119324.
HSL color Cylindrical-coordinate representation of color #DCB3E6: hue angle of 288.24º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCB3E6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 179 | 230 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.10 |
| HSL | 288.24º | 0.5% | 0.8% | - |
| HSV(B) | 288.24º | 0.22% | 0.9% | - |
| XYZ | 59.92 | 53.17 | 81.97 | - |
| YUV | 197.07 | 146.58 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 230 | 0.04 | 0.22 | 0 | 0.10 | 288.24 | 0.5 | 0.8 |
| Hex | DC | B3 | E6 | 4 | 16 | 0 | A | 120 | 32 | 50 |
| Octal | 334 | 263 | 346 | 4 | 26 | 0 | 12 | 440 | 62 | 120 |
| Binary | 11011100 | 10110011 | 11100110 | 100 | 10110 | 0 | 1010 | 100100000 | 110010 | 1010000 |
Color Harmonies of #DCB3E6
Complementary color
Monochromatic Colors of #DCB3E6
Black with #DCB3E6
Text Example
Text Example
White with #DCB3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB3E6; }
p { color: rgb(220,179,230); }
H1.HeaderClassName
{
color: #DCB3E6;
}
.AnyTagClassName
{
color: #DCB3E6;
}
</style>
background-color css
<style>
a { background-color: #DCB3E6; }
a { background-color: rgb(220,179,230); }
div.DivClassName
{
background-color: #DCB3E6;
}
.BgClassName
{
background-color: #DCB3E6;
}
</style>
border-color css
<style>
span { border-color: #DCB3E6; }
span { border-color: rgb(220,179,230); }
td.TdClassName
{
border-color: #DCB3E6;
}
.TagClassName
{
border-color: #DCB3E6;
}
</style>