Shades of Thistle #D1BCD4
Tints of Thistle #D1BCD4
RGB
CMYK
RGB Variations
Color information
#D1BCD4 (or 0xD1BCD4) is known color: Thistle. HEX triplet: D1, BC and D4. RGB value is (209,188,212). Sum of RGB (Red+Green+Blue) = 209+188+212=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #D1BCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BCD4 is #2E432B. Grayscale: #C4C4C4. Windows color (decimal): -3031852 or 13941969. OLE color: 13941969.
HSL color Cylindrical-coordinate representation of color #D1BCD4: hue angle of 292.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BCD4 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 188 | 212 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.17 |
| HSL | 292.5º | 0.22% | 0.78% | - |
| HSV(B) | 292.5º | 0.11% | 0.83% | - |
| XYZ | 56.16 | 54.28 | 69.8 | - |
| YUV | 197.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 212 | 0.01 | 0.11 | 0 | 0.17 | 292.5 | 0.22 | 0.78 |
| Hex | D1 | BC | D4 | 1 | B | 0 | 11 | 124 | 16 | 4E |
| Octal | 321 | 274 | 324 | 1 | 13 | 0 | 21 | 444 | 26 | 116 |
| Binary | 11010001 | 10111100 | 11010100 | 1 | 1011 | 0 | 10001 | 100100100 | 10110 | 1001110 |
Color Harmonies of #D1BCD4
Complementary color
Monochromatic Colors of #D1BCD4
Black with #D1BCD4
Text Example
Text Example
White with #D1BCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BCD4; }
p { color: rgb(209,188,212); }
H1.HeaderClassName
{
color: #D1BCD4;
}
.AnyTagClassName
{
color: #D1BCD4;
}
</style>
background-color css
<style>
a { background-color: #D1BCD4; }
a { background-color: rgb(209,188,212); }
div.DivClassName
{
background-color: #D1BCD4;
}
.BgClassName
{
background-color: #D1BCD4;
}
</style>
border-color css
<style>
span { border-color: #D1BCD4; }
span { border-color: rgb(209,188,212); }
td.TdClassName
{
border-color: #D1BCD4;
}
.TagClassName
{
border-color: #D1BCD4;
}
</style>