Shades of Thistle #D3B4D2
Tints of Thistle #D3B4D2
RGB
CMYK
RGB Variations
Color information
#D3B4D2 (or 0xD3B4D2) is known color: Thistle. HEX triplet: D3, B4 and D2. RGB value is (211,180,210). Sum of RGB (Red+Green+Blue) = 211+180+210=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B4D2 is #2C4B2D. Grayscale: #C0C0C0. Windows color (decimal): -2902830 or 13808851. OLE color: 13808851.
HSL color Cylindrical-coordinate representation of color #D3B4D2: hue angle of 301.94º degrees, saturation: 0.26, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B4D2 is Cyan = 0, Magento = 0.15, Yellow = 0.00 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 180 | 210 | - |
| CMYK | 0 | 0.15 | 0.00 | 0.17 |
| HSL | 301.94º | 0.26% | 0.77% | - |
| HSV(B) | 301.94º | 0.15% | 0.83% | - |
| XYZ | 54.82 | 51.14 | 67.96 | - |
| YUV | 192.69 | 137.77 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 180 | 210 | 0 | 0.15 | 0.00 | 0.17 | 301.94 | 0.26 | 0.77 |
| Hex | D3 | B4 | D2 | 0 | F | 0 | 11 | 12E | 1A | 4D |
| Octal | 323 | 264 | 322 | 0 | 17 | 0 | 21 | 456 | 32 | 115 |
| Binary | 11010011 | 10110100 | 11010010 | 0 | 1111 | 0 | 10001 | 100101110 | 11010 | 1001101 |
Color Harmonies of #D3B4D2
Complementary color
Monochromatic Colors of #D3B4D2
Black with #D3B4D2
Text Example
Text Example
White with #D3B4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B4D2; }
p { color: rgb(211,180,210); }
H1.HeaderClassName
{
color: #D3B4D2;
}
.AnyTagClassName
{
color: #D3B4D2;
}
</style>
background-color css
<style>
a { background-color: #D3B4D2; }
a { background-color: rgb(211,180,210); }
div.DivClassName
{
background-color: #D3B4D2;
}
.BgClassName
{
background-color: #D3B4D2;
}
</style>
border-color css
<style>
span { border-color: #D3B4D2; }
span { border-color: rgb(211,180,210); }
td.TdClassName
{
border-color: #D3B4D2;
}
.TagClassName
{
border-color: #D3B4D2;
}
</style>