Shades of Thistle #DCB1E0
Tints of Thistle #DCB1E0
RGB
CMYK
RGB Variations
Color information
#DCB1E0 (or 0xDCB1E0) is known color: Thistle. HEX triplet: DC, B1 and E0. RGB value is (220,177,224). Sum of RGB (Red+Green+Blue) = 220+177+224=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 177 (69.53% from 255 or 28.50% from 621); Blue value is 224 (87.89% from 255 or 36.07% from 621); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCB1E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1E0 is #234E1F. Grayscale: #C3C3C3. Windows color (decimal): -2313760 or 14725596. OLE color: 14725596.
HSL color Cylindrical-coordinate representation of color #DCB1E0: hue angle of 294.89º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB1E0 is Cyan = 0.02, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 177 | 224 | - |
| CMYK | 0.02 | 0.21 | 0 | 0.12 |
| HSL | 294.89º | 0.43% | 0.79% | - |
| HSV(B) | 294.89º | 0.21% | 0.88% | - |
| XYZ | 58.69 | 52.04 | 77.47 | - |
| YUV | 195.22 | 144.25 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 224 | 0.02 | 0.21 | 0 | 0.12 | 294.89 | 0.43 | 0.79 |
| Hex | DC | B1 | E0 | 2 | 15 | 0 | C | 127 | 2B | 4F |
| Octal | 334 | 261 | 340 | 2 | 25 | 0 | 14 | 447 | 53 | 117 |
| Binary | 11011100 | 10110001 | 11100000 | 10 | 10101 | 0 | 1100 | 100100111 | 101011 | 1001111 |
Color Harmonies of #DCB1E0
Complementary color
Monochromatic Colors of #DCB1E0
Black with #DCB1E0
Text Example
Text Example
White with #DCB1E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1E0; }
p { color: rgb(220,177,224); }
H1.HeaderClassName
{
color: #DCB1E0;
}
.AnyTagClassName
{
color: #DCB1E0;
}
</style>
background-color css
<style>
a { background-color: #DCB1E0; }
a { background-color: rgb(220,177,224); }
div.DivClassName
{
background-color: #DCB1E0;
}
.BgClassName
{
background-color: #DCB1E0;
}
</style>
border-color css
<style>
span { border-color: #DCB1E0; }
span { border-color: rgb(220,177,224); }
td.TdClassName
{
border-color: #DCB1E0;
}
.TagClassName
{
border-color: #DCB1E0;
}
</style>