Shades of Thistle #D1BECF
Tints of Thistle #D1BECF
RGB
CMYK
RGB Variations
Color information
#D1BECF (or 0xD1BECF) is known color: Thistle. HEX triplet: D1, BE and CF. RGB value is (209,190,207). Sum of RGB (Red+Green+Blue) = 209+190+207=606 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.49% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BECF is #2E4130. Grayscale: #C5C5C5. Windows color (decimal): -3031345 or 13614801. OLE color: 13614801.
HSL color Cylindrical-coordinate representation of color #D1BECF: hue angle of 306.32º degrees, saturation: 0.17, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1BECF is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 207 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.18 |
| HSL | 306.32º | 0.17% | 0.78% | - |
| HSV(B) | 306.32º | 0.09% | 0.82% | - |
| XYZ | 55.97 | 54.89 | 66.68 | - |
| YUV | 197.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 207 | 0 | 0.09 | 0.01 | 0.18 | 306.32 | 0.17 | 0.78 |
| Hex | D1 | BE | CF | 0 | 9 | 1 | 12 | 132 | 11 | 4E |
| Octal | 321 | 276 | 317 | 0 | 11 | 1 | 22 | 462 | 21 | 116 |
| Binary | 11010001 | 10111110 | 11001111 | 0 | 1001 | 1 | 10010 | 100110010 | 10001 | 1001110 |
Color Harmonies of #D1BECF
Complementary color
Monochromatic Colors of #D1BECF
Black with #D1BECF
Text Example
Text Example
White with #D1BECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BECF; }
p { color: rgb(209,190,207); }
H1.HeaderClassName
{
color: #D1BECF;
}
.AnyTagClassName
{
color: #D1BECF;
}
</style>
background-color css
<style>
a { background-color: #D1BECF; }
a { background-color: rgb(209,190,207); }
div.DivClassName
{
background-color: #D1BECF;
}
.BgClassName
{
background-color: #D1BECF;
}
</style>
border-color css
<style>
span { border-color: #D1BECF; }
span { border-color: rgb(209,190,207); }
td.TdClassName
{
border-color: #D1BECF;
}
.TagClassName
{
border-color: #D1BECF;
}
</style>