Shades of Thistle #D5BBDB
Tints of Thistle #D5BBDB
RGB
CMYK
RGB Variations
Color information
#D5BBDB (or 0xD5BBDB) is known color: Thistle. HEX triplet: D5, BB and DB. RGB value is (213,187,219). Sum of RGB (Red+Green+Blue) = 213+187+219=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBDB is #2A4424. Grayscale: #C6C6C6. Windows color (decimal): -2769957 or 14400469. OLE color: 14400469.
HSL color Cylindrical-coordinate representation of color #D5BBDB: hue angle of 288.75º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5BBDB is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 187 | 219 | - |
CMYK | 0.03 | 0.15 | 0 | 0.14 |
HSL | 288.75º | 0.31% | 0.8% | - |
HSV(B) | 288.75º | 0.15% | 0.86% | - |
XYZ | 58 | 54.8 | 74.54 | - |
YUV | 198.42 | 139.61 | 138.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 187 | 219 | 0.03 | 0.15 | 0 | 0.14 | 288.75 | 0.31 | 0.8 |
Hex | D5 | BB | DB | 3 | F | 0 | E | 121 | 1F | 50 |
Octal | 325 | 273 | 333 | 3 | 17 | 0 | 16 | 441 | 37 | 120 |
Binary | 11010101 | 10111011 | 11011011 | 11 | 1111 | 0 | 1110 | 100100001 | 11111 | 1010000 |
Color Harmonies of #D5BBDB
Complementary color
Monochromatic Colors of #D5BBDB
Black with #D5BBDB
Text Example
Text Example
White with #D5BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBDB; }
p { color: rgb(213,187,219); }
H1.HeaderClassName
{
color: #D5BBDB;
}
.AnyTagClassName
{
color: #D5BBDB;
}
</style>
background-color css
<style>
a { background-color: #D5BBDB; }
a { background-color: rgb(213,187,219); }
div.DivClassName
{
background-color: #D5BBDB;
}
.BgClassName
{
background-color: #D5BBDB;
}
</style>
border-color css
<style>
span { border-color: #D5BBDB; }
span { border-color: rgb(213,187,219); }
td.TdClassName
{
border-color: #D5BBDB;
}
.TagClassName
{
border-color: #D5BBDB;
}
</style>