Shades of Thistle #D0B5D1
Tints of Thistle #D0B5D1
RGB
CMYK
RGB Variations
Color information
#D0B5D1 (or 0xD0B5D1) is known color: Thistle. HEX triplet: D0, B5 and D1. RGB value is (208,181,209). Sum of RGB (Red+Green+Blue) = 208+181+209=598 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.78% from 598); Green value is 181 (71.09% from 255 or 30.27% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 209 - color contains mainly: blue. Hex color #D0B5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5D1 is #2F4A2E. Grayscale: #C0C0C0. Windows color (decimal): -3099183 or 13743568. OLE color: 13743568.
HSL color Cylindrical-coordinate representation of color #D0B5D1: hue angle of 297.86º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B5D1 is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 209 | - |
| CMYK | 0.00 | 0.13 | 0 | 0.18 |
| HSL | 297.86º | 0.23% | 0.76% | - |
| HSV(B) | 297.86º | 0.13% | 0.82% | - |
| XYZ | 54.04 | 51.06 | 67.33 | - |
| YUV | 192.27 | 137.45 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 209 | 0.00 | 0.13 | 0 | 0.18 | 297.86 | 0.23 | 0.76 |
| Hex | D0 | B5 | D1 | 0 | D | 0 | 12 | 12A | 17 | 4C |
| Octal | 320 | 265 | 321 | 0 | 15 | 0 | 22 | 452 | 27 | 114 |
| Binary | 11010000 | 10110101 | 11010001 | 0 | 1101 | 0 | 10010 | 100101010 | 10111 | 1001100 |
Color Harmonies of #D0B5D1
Complementary color
Monochromatic Colors of #D0B5D1
Black with #D0B5D1
Text Example
Text Example
White with #D0B5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5D1; }
p { color: rgb(208,181,209); }
H1.HeaderClassName
{
color: #D0B5D1;
}
.AnyTagClassName
{
color: #D0B5D1;
}
</style>
background-color css
<style>
a { background-color: #D0B5D1; }
a { background-color: rgb(208,181,209); }
div.DivClassName
{
background-color: #D0B5D1;
}
.BgClassName
{
background-color: #D0B5D1;
}
</style>
border-color css
<style>
span { border-color: #D0B5D1; }
span { border-color: rgb(208,181,209); }
td.TdClassName
{
border-color: #D0B5D1;
}
.TagClassName
{
border-color: #D0B5D1;
}
</style>