Shades of Thistle #D0B8CF
Tints of Thistle #D0B8CF
RGB
CMYK
RGB Variations
Color information
#D0B8CF (or 0xD0B8CF) is known color: Thistle. HEX triplet: D0, B8 and CF. RGB value is (208,184,207). Sum of RGB (Red+Green+Blue) = 208+184+207=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8CF is #2F4730. Grayscale: #C1C1C1. Windows color (decimal): -3098417 or 13613264. OLE color: 13613264.
HSL color Cylindrical-coordinate representation of color #D0B8CF: hue angle of 302.5º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B8CF is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 207 | - |
| CMYK | 0 | 0.12 | 0.00 | 0.18 |
| HSL | 302.5º | 0.2% | 0.77% | - |
| HSV(B) | 302.5º | 0.12% | 0.82% | - |
| XYZ | 54.42 | 52.2 | 66.24 | - |
| YUV | 193.8 | 135.45 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 207 | 0 | 0.12 | 0.00 | 0.18 | 302.5 | 0.2 | 0.77 |
| Hex | D0 | B8 | CF | 0 | C | 0 | 12 | 12E | 14 | 4D |
| Octal | 320 | 270 | 317 | 0 | 14 | 0 | 22 | 456 | 24 | 115 |
| Binary | 11010000 | 10111000 | 11001111 | 0 | 1100 | 0 | 10010 | 100101110 | 10100 | 1001101 |
Color Harmonies of #D0B8CF
Complementary color
Monochromatic Colors of #D0B8CF
Black with #D0B8CF
Text Example
Text Example
White with #D0B8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8CF; }
p { color: rgb(208,184,207); }
H1.HeaderClassName
{
color: #D0B8CF;
}
.AnyTagClassName
{
color: #D0B8CF;
}
</style>
background-color css
<style>
a { background-color: #D0B8CF; }
a { background-color: rgb(208,184,207); }
div.DivClassName
{
background-color: #D0B8CF;
}
.BgClassName
{
background-color: #D0B8CF;
}
</style>
border-color css
<style>
span { border-color: #D0B8CF; }
span { border-color: rgb(208,184,207); }
td.TdClassName
{
border-color: #D0B8CF;
}
.TagClassName
{
border-color: #D0B8CF;
}
</style>