Shades of Thistle #D2BCD1
Tints of Thistle #D2BCD1
RGB
CMYK
RGB Variations
Color information
#D2BCD1 (or 0xD2BCD1) is known color: Thistle. HEX triplet: D2, BC and D1. RGB value is (210,188,209). Sum of RGB (Red+Green+Blue) = 210+188+209=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 188 (73.83% from 255 or 30.97% from 607); Blue value is 209 (82.03% from 255 or 34.43% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCD1 is #2D432E. Grayscale: #C4C4C4. Windows color (decimal): -2966319 or 13745362. OLE color: 13745362.
HSL color Cylindrical-coordinate representation of color #D2BCD1: hue angle of 302.73º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BCD1 is Cyan = 0, Magento = 0.10, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 209 | - |
| CMYK | 0 | 0.10 | 0.00 | 0.18 |
| HSL | 302.73º | 0.2% | 0.78% | - |
| HSV(B) | 302.73º | 0.1% | 0.82% | - |
| XYZ | 56.07 | 54.27 | 67.84 | - |
| YUV | 196.97 | 134.79 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 209 | 0 | 0.10 | 0.00 | 0.18 | 302.73 | 0.2 | 0.78 |
| Hex | D2 | BC | D1 | 0 | A | 0 | 12 | 12F | 14 | 4E |
| Octal | 322 | 274 | 321 | 0 | 12 | 0 | 22 | 457 | 24 | 116 |
| Binary | 11010010 | 10111100 | 11010001 | 0 | 1010 | 0 | 10010 | 100101111 | 10100 | 1001110 |
Color Harmonies of #D2BCD1
Complementary color
Monochromatic Colors of #D2BCD1
Black with #D2BCD1
Text Example
Text Example
White with #D2BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCD1; }
p { color: rgb(210,188,209); }
H1.HeaderClassName
{
color: #D2BCD1;
}
.AnyTagClassName
{
color: #D2BCD1;
}
</style>
background-color css
<style>
a { background-color: #D2BCD1; }
a { background-color: rgb(210,188,209); }
div.DivClassName
{
background-color: #D2BCD1;
}
.BgClassName
{
background-color: #D2BCD1;
}
</style>
border-color css
<style>
span { border-color: #D2BCD1; }
span { border-color: rgb(210,188,209); }
td.TdClassName
{
border-color: #D2BCD1;
}
.TagClassName
{
border-color: #D2BCD1;
}
</style>