Shades of Thistle #D1BBCE
Tints of Thistle #D1BBCE
RGB
CMYK
RGB Variations
Color information
#D1BBCE (or 0xD1BBCE) is known color: Thistle. HEX triplet: D1, BB and CE. RGB value is (209,187,206). Sum of RGB (Red+Green+Blue) = 209+187+206=602 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.72% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BBCE is #2E4431. Grayscale: #C3C3C3. Windows color (decimal): -3032114 or 13548497. OLE color: 13548497.
HSL color Cylindrical-coordinate representation of color #D1BBCE: hue angle of 308.18º 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 #D1BBCE is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 206 | - |
| CMYK | 0 | 0.11 | 0.01 | 0.18 |
| HSL | 308.18º | 0.19% | 0.78% | - |
| HSV(B) | 308.18º | 0.11% | 0.82% | - |
| XYZ | 55.21 | 53.55 | 65.82 | - |
| YUV | 195.74 | 133.79 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 206 | 0 | 0.11 | 0.01 | 0.18 | 308.18 | 0.19 | 0.78 |
| Hex | D1 | BB | CE | 0 | B | 1 | 12 | 134 | 13 | 4E |
| Octal | 321 | 273 | 316 | 0 | 13 | 1 | 22 | 464 | 23 | 116 |
| Binary | 11010001 | 10111011 | 11001110 | 0 | 1011 | 1 | 10010 | 100110100 | 10011 | 1001110 |
Color Harmonies of #D1BBCE
Complementary color
Monochromatic Colors of #D1BBCE
Black with #D1BBCE
Text Example
Text Example
White with #D1BBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BBCE; }
p { color: rgb(209,187,206); }
H1.HeaderClassName
{
color: #D1BBCE;
}
.AnyTagClassName
{
color: #D1BBCE;
}
</style>
background-color css
<style>
a { background-color: #D1BBCE; }
a { background-color: rgb(209,187,206); }
div.DivClassName
{
background-color: #D1BBCE;
}
.BgClassName
{
background-color: #D1BBCE;
}
</style>
border-color css
<style>
span { border-color: #D1BBCE; }
span { border-color: rgb(209,187,206); }
td.TdClassName
{
border-color: #D1BBCE;
}
.TagClassName
{
border-color: #D1BBCE;
}
</style>