Shades of Thistle #D5BBD4
Tints of Thistle #D5BBD4
RGB
CMYK
RGB Variations
Color information
#D5BBD4 (or 0xD5BBD4) is known color: Thistle. HEX triplet: D5, BB and D4. RGB value is (213,187,212). Sum of RGB (Red+Green+Blue) = 213+187+212=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 187 (73.44% from 255 or 30.56% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBD4 is #2A442B. Grayscale: #C5C5C5. Windows color (decimal): -2769964 or 13941717. OLE color: 13941717.
HSL color Cylindrical-coordinate representation of color #D5BBD4: hue angle of 302.31º 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 #D5BBD4 is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 212 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.16 |
| HSL | 302.31º | 0.24% | 0.78% | - |
| HSV(B) | 302.31º | 0.12% | 0.84% | - |
| XYZ | 57.09 | 54.44 | 69.79 | - |
| YUV | 197.62 | 136.11 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 212 | 0 | 0.12 | 0.00 | 0.16 | 302.31 | 0.24 | 0.78 |
| Hex | D5 | BB | D4 | 0 | C | 0 | 10 | 12E | 18 | 4E |
| Octal | 325 | 273 | 324 | 0 | 14 | 0 | 20 | 456 | 30 | 116 |
| Binary | 11010101 | 10111011 | 11010100 | 0 | 1100 | 0 | 10000 | 100101110 | 11000 | 1001110 |
Color Harmonies of #D5BBD4
Complementary color
Monochromatic Colors of #D5BBD4
Black with #D5BBD4
Text Example
Text Example
White with #D5BBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBD4; }
p { color: rgb(213,187,212); }
H1.HeaderClassName
{
color: #D5BBD4;
}
.AnyTagClassName
{
color: #D5BBD4;
}
</style>
background-color css
<style>
a { background-color: #D5BBD4; }
a { background-color: rgb(213,187,212); }
div.DivClassName
{
background-color: #D5BBD4;
}
.BgClassName
{
background-color: #D5BBD4;
}
</style>
border-color css
<style>
span { border-color: #D5BBD4; }
span { border-color: rgb(213,187,212); }
td.TdClassName
{
border-color: #D5BBD4;
}
.TagClassName
{
border-color: #D5BBD4;
}
</style>