Shades of Thistle #D5BAD3
Tints of Thistle #D5BAD3
RGB
CMYK
RGB Variations
Color information
#D5BAD3 (or 0xD5BAD3) is known color: Thistle. HEX triplet: D5, BA and D3. RGB value is (213,186,211). Sum of RGB (Red+Green+Blue) = 213+186+211=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BAD3 is #2A452C. Grayscale: #C4C4C4. Windows color (decimal): -2770221 or 13875925. OLE color: 13875925.
HSL color Cylindrical-coordinate representation of color #D5BAD3: hue angle of 304.44º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5BAD3 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 186 | 211 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.16 |
| HSL | 304.44º | 0.24% | 0.78% | - |
| HSV(B) | 304.44º | 0.13% | 0.84% | - |
| XYZ | 56.76 | 53.97 | 69.05 | - |
| YUV | 196.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 186 | 211 | 0 | 0.13 | 0.01 | 0.16 | 304.44 | 0.24 | 0.78 |
| Hex | D5 | BA | D3 | 0 | D | 1 | 10 | 130 | 18 | 4E |
| Octal | 325 | 272 | 323 | 0 | 15 | 1 | 20 | 460 | 30 | 116 |
| Binary | 11010101 | 10111010 | 11010011 | 0 | 1101 | 1 | 10000 | 100110000 | 11000 | 1001110 |
Color Harmonies of #D5BAD3
Complementary color
Monochromatic Colors of #D5BAD3
Black with #D5BAD3
Text Example
Text Example
White with #D5BAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BAD3; }
p { color: rgb(213,186,211); }
H1.HeaderClassName
{
color: #D5BAD3;
}
.AnyTagClassName
{
color: #D5BAD3;
}
</style>
background-color css
<style>
a { background-color: #D5BAD3; }
a { background-color: rgb(213,186,211); }
div.DivClassName
{
background-color: #D5BAD3;
}
.BgClassName
{
background-color: #D5BAD3;
}
</style>
border-color css
<style>
span { border-color: #D5BAD3; }
span { border-color: rgb(213,186,211); }
td.TdClassName
{
border-color: #D5BAD3;
}
.TagClassName
{
border-color: #D5BAD3;
}
</style>