Shades of Thistle #D0BFD2
Tints of Thistle #D0BFD2
RGB
CMYK
RGB Variations
Color information
#D0BFD2 (or 0xD0BFD2) is known color: Thistle. HEX triplet: D0, BF and D2. RGB value is (208,191,210). Sum of RGB (Red+Green+Blue) = 208+191+210=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BFD2 is #2F402D. Grayscale: #C6C6C6. Windows color (decimal): -3096622 or 13811664. OLE color: 13811664.
HSL color Cylindrical-coordinate representation of color #D0BFD2: hue angle of 293.68º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0BFD2 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 191 | 210 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.18 |
| HSL | 293.68º | 0.17% | 0.79% | - |
| HSV(B) | 293.68º | 0.09% | 0.82% | - |
| XYZ | 56.28 | 55.32 | 68.69 | - |
| YUV | 198.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 191 | 210 | 0.01 | 0.09 | 0 | 0.18 | 293.68 | 0.17 | 0.79 |
| Hex | D0 | BF | D2 | 1 | 9 | 0 | 12 | 126 | 11 | 4F |
| Octal | 320 | 277 | 322 | 1 | 11 | 0 | 22 | 446 | 21 | 117 |
| Binary | 11010000 | 10111111 | 11010010 | 1 | 1001 | 0 | 10010 | 100100110 | 10001 | 1001111 |
Color Harmonies of #D0BFD2
Complementary color
Monochromatic Colors of #D0BFD2
Black with #D0BFD2
Text Example
Text Example
White with #D0BFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BFD2; }
p { color: rgb(208,191,210); }
H1.HeaderClassName
{
color: #D0BFD2;
}
.AnyTagClassName
{
color: #D0BFD2;
}
</style>
background-color css
<style>
a { background-color: #D0BFD2; }
a { background-color: rgb(208,191,210); }
div.DivClassName
{
background-color: #D0BFD2;
}
.BgClassName
{
background-color: #D0BFD2;
}
</style>
border-color css
<style>
span { border-color: #D0BFD2; }
span { border-color: rgb(208,191,210); }
td.TdClassName
{
border-color: #D0BFD2;
}
.TagClassName
{
border-color: #D0BFD2;
}
</style>