Shades of Thistle #D1C3CF
Tints of Thistle #D1C3CF
RGB
CMYK
RGB Variations
Color information
#D1C3CF (or 0xD1C3CF) is known color: Thistle. HEX triplet: D1, C3 and CF. RGB value is (209,195,207). Sum of RGB (Red+Green+Blue) = 209+195+207=611 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.21% from 611); Green value is 195 (76.56% from 255 or 31.91% from 611); Blue value is 207 (81.25% from 255 or 33.88% from 611); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3CF is #2E3C30. Grayscale: #C8C8C8. Windows color (decimal): -3030065 or 13616081. OLE color: 13616081.
HSL color Cylindrical-coordinate representation of color #D1C3CF: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D1C3CF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 207 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.18 |
| HSL | 308.57º | 0.13% | 0.79% | - |
| HSV(B) | 308.57º | 0.07% | 0.82% | - |
| XYZ | 57.07 | 57.09 | 67.04 | - |
| YUV | 200.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 207 | 0 | 0.07 | 0.01 | 0.18 | 308.57 | 0.13 | 0.79 |
| Hex | D1 | C3 | CF | 0 | 7 | 1 | 12 | 135 | D | 4F |
| Octal | 321 | 303 | 317 | 0 | 7 | 1 | 22 | 465 | 15 | 117 |
| Binary | 11010001 | 11000011 | 11001111 | 0 | 111 | 1 | 10010 | 100110101 | 1101 | 1001111 |
Color Harmonies of #D1C3CF
Complementary color
Monochromatic Colors of #D1C3CF
Black with #D1C3CF
Text Example
Text Example
White with #D1C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C3CF; }
p { color: rgb(209,195,207); }
H1.HeaderClassName
{
color: #D1C3CF;
}
.AnyTagClassName
{
color: #D1C3CF;
}
</style>
background-color css
<style>
a { background-color: #D1C3CF; }
a { background-color: rgb(209,195,207); }
div.DivClassName
{
background-color: #D1C3CF;
}
.BgClassName
{
background-color: #D1C3CF;
}
</style>
border-color css
<style>
span { border-color: #D1C3CF; }
span { border-color: rgb(209,195,207); }
td.TdClassName
{
border-color: #D1C3CF;
}
.TagClassName
{
border-color: #D1C3CF;
}
</style>