Shades of Thistle #D3BFD2
Tints of Thistle #D3BFD2
RGB
CMYK
RGB Variations
Color information
#D3BFD2 (or 0xD3BFD2) is known color: Thistle. HEX triplet: D3, BF and D2. RGB value is (211,191,210). Sum of RGB (Red+Green+Blue) = 211+191+210=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BFD2 is #2C402D. Grayscale: #C7C7C7. Windows color (decimal): -2900014 or 13811667. OLE color: 13811667.
HSL color Cylindrical-coordinate representation of color #D3BFD2: hue angle of 303º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3BFD2 is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 191 | 210 | - |
| CMYK | 0 | 0.09 | 0.00 | 0.17 |
| HSL | 303º | 0.19% | 0.79% | - |
| HSV(B) | 303º | 0.09% | 0.83% | - |
| XYZ | 57.13 | 55.76 | 68.73 | - |
| YUV | 199.15 | 134.13 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 210 | 0 | 0.09 | 0.00 | 0.17 | 303 | 0.19 | 0.79 |
| Hex | D3 | BF | D2 | 0 | 9 | 0 | 11 | 12F | 13 | 4F |
| Octal | 323 | 277 | 322 | 0 | 11 | 0 | 21 | 457 | 23 | 117 |
| Binary | 11010011 | 10111111 | 11010010 | 0 | 1001 | 0 | 10001 | 100101111 | 10011 | 1001111 |
Color Harmonies of #D3BFD2
Complementary color
Monochromatic Colors of #D3BFD2
Black with #D3BFD2
Text Example
Text Example
White with #D3BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BFD2; }
p { color: rgb(211,191,210); }
H1.HeaderClassName
{
color: #D3BFD2;
}
.AnyTagClassName
{
color: #D3BFD2;
}
</style>
background-color css
<style>
a { background-color: #D3BFD2; }
a { background-color: rgb(211,191,210); }
div.DivClassName
{
background-color: #D3BFD2;
}
.BgClassName
{
background-color: #D3BFD2;
}
</style>
border-color css
<style>
span { border-color: #D3BFD2; }
span { border-color: rgb(211,191,210); }
td.TdClassName
{
border-color: #D3BFD2;
}
.TagClassName
{
border-color: #D3BFD2;
}
</style>