Shades of Thistle #D1BBCF
Tints of Thistle #D1BBCF
RGB
CMYK
RGB Variations
Color information
#D1BBCF (or 0xD1BBCF) is known color: Thistle. HEX triplet: D1, BB and CF. RGB value is (209,187,207). Sum of RGB (Red+Green+Blue) = 209+187+207=603 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.66% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCF is #2E4430. Grayscale: #C3C3C3. Windows color (decimal): -3032113 or 13614033. OLE color: 13614033.
HSL color Cylindrical-coordinate representation of color #D1BBCF: hue angle of 305.45º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BBCF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 207 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.18 |
| HSL | 305.45º | 0.19% | 0.78% | - |
| HSV(B) | 305.45º | 0.11% | 0.82% | - |
| XYZ | 55.33 | 53.6 | 66.46 | - |
| YUV | 195.86 | 134.29 | 137.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 207 | 0 | 0.11 | 0.01 | 0.18 | 305.45 | 0.19 | 0.78 |
| Hex | D1 | BB | CF | 0 | B | 1 | 12 | 131 | 13 | 4E |
| Octal | 321 | 273 | 317 | 0 | 13 | 1 | 22 | 461 | 23 | 116 |
| Binary | 11010001 | 10111011 | 11001111 | 0 | 1011 | 1 | 10010 | 100110001 | 10011 | 1001110 |
Color Harmonies of #D1BBCF
Complementary color
Monochromatic Colors of #D1BBCF
Black with #D1BBCF
Text Example
Text Example
White with #D1BBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBCF; }
p { color: rgb(209,187,207); }
H1.HeaderClassName
{
color: #D1BBCF;
}
.AnyTagClassName
{
color: #D1BBCF;
}
</style>
background-color css
<style>
a { background-color: #D1BBCF; }
a { background-color: rgb(209,187,207); }
div.DivClassName
{
background-color: #D1BBCF;
}
.BgClassName
{
background-color: #D1BBCF;
}
</style>
border-color css
<style>
span { border-color: #D1BBCF; }
span { border-color: rgb(209,187,207); }
td.TdClassName
{
border-color: #D1BBCF;
}
.TagClassName
{
border-color: #D1BBCF;
}
</style>