Shades of Thistle #D5BBD3
Tints of Thistle #D5BBD3
RGB
CMYK
RGB Variations
Color information
#D5BBD3 (or 0xD5BBD3) is known color: Thistle. HEX triplet: D5, BB and D3. RGB value is (213,187,211). Sum of RGB (Red+Green+Blue) = 213+187+211=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 187 (73.44% from 255 or 30.61% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBD3 is #2A442C. Grayscale: #C5C5C5. Windows color (decimal): -2769965 or 13876181. OLE color: 13876181.
HSL color Cylindrical-coordinate representation of color #D5BBD3: hue angle of 304.62º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBD3 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 211 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.16 |
| HSL | 304.62º | 0.24% | 0.78% | - |
| HSV(B) | 304.62º | 0.12% | 0.84% | - |
| XYZ | 56.97 | 54.39 | 69.12 | - |
| YUV | 197.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 211 | 0 | 0.12 | 0.01 | 0.16 | 304.62 | 0.24 | 0.78 |
| Hex | D5 | BB | D3 | 0 | C | 1 | 10 | 131 | 18 | 4E |
| Octal | 325 | 273 | 323 | 0 | 14 | 1 | 20 | 461 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11010011 | 0 | 1100 | 1 | 10000 | 100110001 | 11000 | 1001110 |
Color Harmonies of #D5BBD3
Complementary color
Monochromatic Colors of #D5BBD3
Black with #D5BBD3
Text Example
Text Example
White with #D5BBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBD3; }
p { color: rgb(213,187,211); }
H1.HeaderClassName
{
color: #D5BBD3;
}
.AnyTagClassName
{
color: #D5BBD3;
}
</style>
background-color css
<style>
a { background-color: #D5BBD3; }
a { background-color: rgb(213,187,211); }
div.DivClassName
{
background-color: #D5BBD3;
}
.BgClassName
{
background-color: #D5BBD3;
}
</style>
border-color css
<style>
span { border-color: #D5BBD3; }
span { border-color: rgb(213,187,211); }
td.TdClassName
{
border-color: #D5BBD3;
}
.TagClassName
{
border-color: #D5BBD3;
}
</style>