Shades of Thistle #D2BDD0
Tints of Thistle #D2BDD0
RGB
CMYK
RGB Variations
Color information
#D2BDD0 (or 0xD2BDD0) is known color: Thistle. HEX triplet: D2, BD and D0. RGB value is (210,189,208). Sum of RGB (Red+Green+Blue) = 210+189+208=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDD0 is #2D422F. Grayscale: #C5C5C5. Windows color (decimal): -2966064 or 13680082. OLE color: 13680082.
HSL color Cylindrical-coordinate representation of color #D2BDD0: hue angle of 305.71º degrees, saturation: 0.19, 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 #D2BDD0 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 208 | - |
| CMYK | 0 | 0.10 | 0.01 | 0.18 |
| HSL | 305.71º | 0.19% | 0.78% | - |
| HSV(B) | 305.71º | 0.1% | 0.82% | - |
| XYZ | 56.16 | 54.65 | 67.26 | - |
| YUV | 197.45 | 133.96 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 208 | 0 | 0.10 | 0.01 | 0.18 | 305.71 | 0.19 | 0.78 |
| Hex | D2 | BD | D0 | 0 | A | 1 | 12 | 132 | 13 | 4E |
| Octal | 322 | 275 | 320 | 0 | 12 | 1 | 22 | 462 | 23 | 116 |
| Binary | 11010010 | 10111101 | 11010000 | 0 | 1010 | 1 | 10010 | 100110010 | 10011 | 1001110 |
Color Harmonies of #D2BDD0
Complementary color
Monochromatic Colors of #D2BDD0
Black with #D2BDD0
Text Example
Text Example
White with #D2BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDD0; }
p { color: rgb(210,189,208); }
H1.HeaderClassName
{
color: #D2BDD0;
}
.AnyTagClassName
{
color: #D2BDD0;
}
</style>
background-color css
<style>
a { background-color: #D2BDD0; }
a { background-color: rgb(210,189,208); }
div.DivClassName
{
background-color: #D2BDD0;
}
.BgClassName
{
background-color: #D2BDD0;
}
</style>
border-color css
<style>
span { border-color: #D2BDD0; }
span { border-color: rgb(210,189,208); }
td.TdClassName
{
border-color: #D2BDD0;
}
.TagClassName
{
border-color: #D2BDD0;
}
</style>