Shades of Thistle #DCB1DF
Tints of Thistle #DCB1DF
RGB
CMYK
RGB Variations
Color information
#DCB1DF (or 0xDCB1DF) is known color: Thistle. HEX triplet: DC, B1 and DF. RGB value is (220,177,223). Sum of RGB (Red+Green+Blue) = 220+177+223=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 177 (69.53% from 255 or 28.55% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB1DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1DF is #234E20. Grayscale: #C2C2C2. Windows color (decimal): -2313761 or 14660060. OLE color: 14660060.
HSL color Cylindrical-coordinate representation of color #DCB1DF: hue angle of 296.09º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DCB1DF is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 177 | 223 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.13 |
| HSL | 296.09º | 0.42% | 0.78% | - |
| HSV(B) | 296.09º | 0.21% | 0.87% | - |
| XYZ | 58.56 | 51.99 | 76.76 | - |
| YUV | 195.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 223 | 0.01 | 0.21 | 0 | 0.13 | 296.09 | 0.42 | 0.78 |
| Hex | DC | B1 | DF | 1 | 15 | 0 | D | 128 | 2A | 4E |
| Octal | 334 | 261 | 337 | 1 | 25 | 0 | 15 | 450 | 52 | 116 |
| Binary | 11011100 | 10110001 | 11011111 | 1 | 10101 | 0 | 1101 | 100101000 | 101010 | 1001110 |
Color Harmonies of #DCB1DF
Complementary color
Monochromatic Colors of #DCB1DF
Black with #DCB1DF
Text Example
Text Example
White with #DCB1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1DF; }
p { color: rgb(220,177,223); }
H1.HeaderClassName
{
color: #DCB1DF;
}
.AnyTagClassName
{
color: #DCB1DF;
}
</style>
background-color css
<style>
a { background-color: #DCB1DF; }
a { background-color: rgb(220,177,223); }
div.DivClassName
{
background-color: #DCB1DF;
}
.BgClassName
{
background-color: #DCB1DF;
}
</style>
border-color css
<style>
span { border-color: #DCB1DF; }
span { border-color: rgb(220,177,223); }
td.TdClassName
{
border-color: #DCB1DF;
}
.TagClassName
{
border-color: #DCB1DF;
}
</style>