Shades of Thistle #D2BAD3
Tints of Thistle #D2BAD3
RGB
CMYK
RGB Variations
Color information
#D2BAD3 (or 0xD2BAD3) is known color: Thistle. HEX triplet: D2, BA and D3. RGB value is (210,186,211). Sum of RGB (Red+Green+Blue) = 210+186+211=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 211 (82.81% from 255 or 34.76% from 607); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BAD3 is #2D452C. Grayscale: #C3C3C3. Windows color (decimal): -2966829 or 13875922. OLE color: 13875922.
HSL color Cylindrical-coordinate representation of color #D2BAD3: hue angle of 297.6º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2BAD3 is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 186 | 211 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.17 |
| HSL | 297.6º | 0.22% | 0.78% | - |
| HSV(B) | 297.6º | 0.12% | 0.83% | - |
| XYZ | 55.9 | 53.52 | 69.01 | - |
| YUV | 196.03 | 136.45 | 137.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 211 | 0.00 | 0.12 | 0 | 0.17 | 297.6 | 0.22 | 0.78 |
| Hex | D2 | BA | D3 | 0 | C | 0 | 11 | 12A | 16 | 4E |
| Octal | 322 | 272 | 323 | 0 | 14 | 0 | 21 | 452 | 26 | 116 |
| Binary | 11010010 | 10111010 | 11010011 | 0 | 1100 | 0 | 10001 | 100101010 | 10110 | 1001110 |
Color Harmonies of #D2BAD3
Complementary color
Monochromatic Colors of #D2BAD3
Black with #D2BAD3
Text Example
Text Example
White with #D2BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BAD3; }
p { color: rgb(210,186,211); }
H1.HeaderClassName
{
color: #D2BAD3;
}
.AnyTagClassName
{
color: #D2BAD3;
}
</style>
background-color css
<style>
a { background-color: #D2BAD3; }
a { background-color: rgb(210,186,211); }
div.DivClassName
{
background-color: #D2BAD3;
}
.BgClassName
{
background-color: #D2BAD3;
}
</style>
border-color css
<style>
span { border-color: #D2BAD3; }
span { border-color: rgb(210,186,211); }
td.TdClassName
{
border-color: #D2BAD3;
}
.TagClassName
{
border-color: #D2BAD3;
}
</style>