Shades of Thistle #D5BCDB
Tints of Thistle #D5BCDB
RGB
CMYK
RGB Variations
Color information
#D5BCDB (or 0xD5BCDB) is known color: Thistle. HEX triplet: D5, BC and DB. RGB value is (213,188,219). Sum of RGB (Red+Green+Blue) = 213+188+219=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 188 (73.83% from 255 or 30.32% from 620); Blue value is 219 (85.94% from 255 or 35.32% from 620); Max value from RGB is 219 - color contains mainly: blue. Hex color #D5BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BCDB is #2A4324. Grayscale: #C6C6C6. Windows color (decimal): -2769701 or 14400725. OLE color: 14400725.
HSL color Cylindrical-coordinate representation of color #D5BCDB: hue angle of 288.39º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5BCDB is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 213 | 188 | 219 | - |
CMYK | 0.03 | 0.14 | 0 | 0.14 |
HSL | 288.39º | 0.3% | 0.8% | - |
HSV(B) | 288.39º | 0.14% | 0.86% | - |
XYZ | 58.21 | 55.23 | 74.61 | - |
YUV | 199.01 | 139.28 | 137.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 188 | 219 | 0.03 | 0.14 | 0 | 0.14 | 288.39 | 0.3 | 0.8 |
Hex | D5 | BC | DB | 3 | E | 0 | E | 120 | 1E | 50 |
Octal | 325 | 274 | 333 | 3 | 16 | 0 | 16 | 440 | 36 | 120 |
Binary | 11010101 | 10111100 | 11011011 | 11 | 1110 | 0 | 1110 | 100100000 | 11110 | 1010000 |
Color Harmonies of #D5BCDB
Complementary color
Monochromatic Colors of #D5BCDB
Black with #D5BCDB
Text Example
Text Example
White with #D5BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCDB; }
p { color: rgb(213,188,219); }
H1.HeaderClassName
{
color: #D5BCDB;
}
.AnyTagClassName
{
color: #D5BCDB;
}
</style>
background-color css
<style>
a { background-color: #D5BCDB; }
a { background-color: rgb(213,188,219); }
div.DivClassName
{
background-color: #D5BCDB;
}
.BgClassName
{
background-color: #D5BCDB;
}
</style>
border-color css
<style>
span { border-color: #D5BCDB; }
span { border-color: rgb(213,188,219); }
td.TdClassName
{
border-color: #D5BCDB;
}
.TagClassName
{
border-color: #D5BCDB;
}
</style>