Shades of Thistle #D0B5CF
Tints of Thistle #D0B5CF
RGB
CMYK
RGB Variations
Color information
#D0B5CF (or 0xD0B5CF) is known color: Thistle. HEX triplet: D0, B5 and CF. RGB value is (208,181,207). Sum of RGB (Red+Green+Blue) = 208+181+207=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B5CF is #2F4A30. Grayscale: #BFBFBF. Windows color (decimal): -3099185 or 13612496. OLE color: 13612496.
HSL color Cylindrical-coordinate representation of color #D0B5CF: hue angle of 302.22º degrees, saturation: 0.22, 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 #D0B5CF is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 181 | 207 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.18 |
| HSL | 302.22º | 0.22% | 0.76% | - |
| HSV(B) | 302.22º | 0.13% | 0.82% | - |
| XYZ | 53.8 | 50.96 | 66.03 | - |
| YUV | 192.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 181 | 207 | 0 | 0.13 | 0.00 | 0.18 | 302.22 | 0.22 | 0.76 |
| Hex | D0 | B5 | CF | 0 | D | 0 | 12 | 12E | 16 | 4C |
| Octal | 320 | 265 | 317 | 0 | 15 | 0 | 22 | 456 | 26 | 114 |
| Binary | 11010000 | 10110101 | 11001111 | 0 | 1101 | 0 | 10010 | 100101110 | 10110 | 1001100 |
Color Harmonies of #D0B5CF
Complementary color
Monochromatic Colors of #D0B5CF
Black with #D0B5CF
Text Example
Text Example
White with #D0B5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B5CF; }
p { color: rgb(208,181,207); }
H1.HeaderClassName
{
color: #D0B5CF;
}
.AnyTagClassName
{
color: #D0B5CF;
}
</style>
background-color css
<style>
a { background-color: #D0B5CF; }
a { background-color: rgb(208,181,207); }
div.DivClassName
{
background-color: #D0B5CF;
}
.BgClassName
{
background-color: #D0B5CF;
}
</style>
border-color css
<style>
span { border-color: #D0B5CF; }
span { border-color: rgb(208,181,207); }
td.TdClassName
{
border-color: #D0B5CF;
}
.TagClassName
{
border-color: #D0B5CF;
}
</style>