Shades of Thistle #DCBCE0
Tints of Thistle #DCBCE0
RGB
CMYK
RGB Variations
Color information
#DCBCE0 (or 0xDCBCE0) is known color: Thistle. HEX triplet: DC, BC and E0. RGB value is (220,188,224). Sum of RGB (Red+Green+Blue) = 220+188+224=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 188 (73.83% from 255 or 29.75% from 632); Blue value is 224 (87.89% from 255 or 35.44% from 632); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCBCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE0 is #23431F. Grayscale: #C9C9C9. Windows color (decimal): -2310944 or 14728412. OLE color: 14728412.
HSL color Cylindrical-coordinate representation of color #DCBCE0: hue angle of 293.33º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBCE0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 188 | 224 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.12 |
| HSL | 293.33º | 0.37% | 0.81% | - |
| HSV(B) | 293.33º | 0.16% | 0.88% | - |
| XYZ | 60.95 | 56.56 | 78.23 | - |
| YUV | 201.67 | 140.6 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 224 | 0.02 | 0.16 | 0 | 0.12 | 293.33 | 0.37 | 0.81 |
| Hex | DC | BC | E0 | 2 | 10 | 0 | C | 125 | 25 | 51 |
| Octal | 334 | 274 | 340 | 2 | 20 | 0 | 14 | 445 | 45 | 121 |
| Binary | 11011100 | 10111100 | 11100000 | 10 | 10000 | 0 | 1100 | 100100101 | 100101 | 1010001 |
Color Harmonies of #DCBCE0
Complementary color
Monochromatic Colors of #DCBCE0
Black with #DCBCE0
Text Example
Text Example
White with #DCBCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCE0; }
p { color: rgb(220,188,224); }
H1.HeaderClassName
{
color: #DCBCE0;
}
.AnyTagClassName
{
color: #DCBCE0;
}
</style>
background-color css
<style>
a { background-color: #DCBCE0; }
a { background-color: rgb(220,188,224); }
div.DivClassName
{
background-color: #DCBCE0;
}
.BgClassName
{
background-color: #DCBCE0;
}
</style>
border-color css
<style>
span { border-color: #DCBCE0; }
span { border-color: rgb(220,188,224); }
td.TdClassName
{
border-color: #DCBCE0;
}
.TagClassName
{
border-color: #DCBCE0;
}
</style>