Shades of Thistle #D2BDD3
Tints of Thistle #D2BDD3
RGB
CMYK
RGB Variations
Color information
#D2BDD3 (or 0xD2BDD3) is known color: Thistle. HEX triplet: D2, BD and D3. RGB value is (210,189,211). Sum of RGB (Red+Green+Blue) = 210+189+211=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 189 (74.22% from 255 or 30.98% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #D2BDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDD3 is #2D422C. Grayscale: #C5C5C5. Windows color (decimal): -2966061 or 13876690. OLE color: 13876690.
HSL color Cylindrical-coordinate representation of color #D2BDD3: hue angle of 297.27º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDD3 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 210 | 189 | 211 | - |
| CMYK | 0.00 | 0.10 | 0 | 0.17 |
| HSL | 297.27º | 0.2% | 0.78% | - |
| HSV(B) | 297.27º | 0.1% | 0.83% | - |
| XYZ | 56.53 | 54.8 | 69.23 | - |
| YUV | 197.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 211 | 0.00 | 0.10 | 0 | 0.17 | 297.27 | 0.2 | 0.78 |
| Hex | D2 | BD | D3 | 0 | A | 0 | 11 | 129 | 14 | 4E |
| Octal | 322 | 275 | 323 | 0 | 12 | 0 | 21 | 451 | 24 | 116 |
| Binary | 11010010 | 10111101 | 11010011 | 0 | 1010 | 0 | 10001 | 100101001 | 10100 | 1001110 |
Color Harmonies of #D2BDD3
Complementary color
Monochromatic Colors of #D2BDD3
Black with #D2BDD3
Text Example
Text Example
White with #D2BDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDD3; }
p { color: rgb(210,189,211); }
H1.HeaderClassName
{
color: #D2BDD3;
}
.AnyTagClassName
{
color: #D2BDD3;
}
</style>
background-color css
<style>
a { background-color: #D2BDD3; }
a { background-color: rgb(210,189,211); }
div.DivClassName
{
background-color: #D2BDD3;
}
.BgClassName
{
background-color: #D2BDD3;
}
</style>
border-color css
<style>
span { border-color: #D2BDD3; }
span { border-color: rgb(210,189,211); }
td.TdClassName
{
border-color: #D2BDD3;
}
.TagClassName
{
border-color: #D2BDD3;
}
</style>