Shades of Thistle #D2BBD0
Tints of Thistle #D2BBD0
RGB
CMYK
RGB Variations
Color information
#D2BBD0 (or 0xD2BBD0) is known color: Thistle. HEX triplet: D2, BB and D0. RGB value is (210,187,208). Sum of RGB (Red+Green+Blue) = 210+187+208=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BBD0 is #2D442F. Grayscale: #C4C4C4. Windows color (decimal): -2966576 or 13679570. OLE color: 13679570.
HSL color Cylindrical-coordinate representation of color #D2BBD0: hue angle of 305.22º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2BBD0 is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 187 | 208 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.18 |
| HSL | 305.22º | 0.2% | 0.78% | - |
| HSV(B) | 305.22º | 0.11% | 0.82% | - |
| XYZ | 55.73 | 53.8 | 67.12 | - |
| YUV | 196.27 | 134.62 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 187 | 208 | 0 | 0.11 | 0.01 | 0.18 | 305.22 | 0.2 | 0.78 |
| Hex | D2 | BB | D0 | 0 | B | 1 | 12 | 131 | 14 | 4E |
| Octal | 322 | 273 | 320 | 0 | 13 | 1 | 22 | 461 | 24 | 116 |
| Binary | 11010010 | 10111011 | 11010000 | 0 | 1011 | 1 | 10010 | 100110001 | 10100 | 1001110 |
Color Harmonies of #D2BBD0
Complementary color
Monochromatic Colors of #D2BBD0
Black with #D2BBD0
Text Example
Text Example
White with #D2BBD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BBD0; }
p { color: rgb(210,187,208); }
H1.HeaderClassName
{
color: #D2BBD0;
}
.AnyTagClassName
{
color: #D2BBD0;
}
</style>
background-color css
<style>
a { background-color: #D2BBD0; }
a { background-color: rgb(210,187,208); }
div.DivClassName
{
background-color: #D2BBD0;
}
.BgClassName
{
background-color: #D2BBD0;
}
</style>
border-color css
<style>
span { border-color: #D2BBD0; }
span { border-color: rgb(210,187,208); }
td.TdClassName
{
border-color: #D2BBD0;
}
.TagClassName
{
border-color: #D2BBD0;
}
</style>