Shades of Thistle #DCBCE1
Tints of Thistle #DCBCE1
RGB
CMYK
RGB Variations
Color information
#DCBCE1 (or 0xDCBCE1) is known color: Thistle. HEX triplet: DC, BC and E1. RGB value is (220,188,225). Sum of RGB (Red+Green+Blue) = 220+188+225=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 188 (73.83% from 255 or 29.70% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCBCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBCE1 is #23431E. Grayscale: #C9C9C9. Windows color (decimal): -2310943 or 14793948. OLE color: 14793948.
HSL color Cylindrical-coordinate representation of color #DCBCE1: hue angle of 291.89º degrees, saturation: 0.38, 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 #DCBCE1 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 188 | 225 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.12 |
| HSL | 291.89º | 0.38% | 0.81% | - |
| HSV(B) | 291.89º | 0.16% | 0.88% | - |
| XYZ | 61.09 | 56.62 | 78.94 | - |
| YUV | 201.79 | 141.1 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 225 | 0.02 | 0.16 | 0 | 0.12 | 291.89 | 0.38 | 0.81 |
| Hex | DC | BC | E1 | 2 | 10 | 0 | C | 124 | 26 | 51 |
| Octal | 334 | 274 | 341 | 2 | 20 | 0 | 14 | 444 | 46 | 121 |
| Binary | 11011100 | 10111100 | 11100001 | 10 | 10000 | 0 | 1100 | 100100100 | 100110 | 1010001 |
Color Harmonies of #DCBCE1
Complementary color
Monochromatic Colors of #DCBCE1
Black with #DCBCE1
Text Example
Text Example
White with #DCBCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBCE1; }
p { color: rgb(220,188,225); }
H1.HeaderClassName
{
color: #DCBCE1;
}
.AnyTagClassName
{
color: #DCBCE1;
}
</style>
background-color css
<style>
a { background-color: #DCBCE1; }
a { background-color: rgb(220,188,225); }
div.DivClassName
{
background-color: #DCBCE1;
}
.BgClassName
{
background-color: #DCBCE1;
}
</style>
border-color css
<style>
span { border-color: #DCBCE1; }
span { border-color: rgb(220,188,225); }
td.TdClassName
{
border-color: #DCBCE1;
}
.TagClassName
{
border-color: #DCBCE1;
}
</style>