Shades of Thistle #D1C1D2
Tints of Thistle #D1C1D2
RGB
CMYK
RGB Variations
Color information
#D1C1D2 (or 0xD1C1D2) is known color: Thistle. HEX triplet: D1, C1 and D2. RGB value is (209,193,210). Sum of RGB (Red+Green+Blue) = 209+193+210=612 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.15% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 210 - color contains mainly: blue. Hex color #D1C1D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C1D2 is #2E3E2D. Grayscale: #C7C7C7. Windows color (decimal): -3030574 or 13812177. OLE color: 13812177.
HSL color Cylindrical-coordinate representation of color #D1C1D2: hue angle of 296.47º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C1D2 is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 193 | 210 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.18 |
| HSL | 296.47º | 0.16% | 0.79% | - |
| HSV(B) | 296.47º | 0.08% | 0.82% | - |
| XYZ | 57 | 56.35 | 68.85 | - |
| YUV | 199.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 193 | 210 | 0.00 | 0.08 | 0 | 0.18 | 296.47 | 0.16 | 0.79 |
| Hex | D1 | C1 | D2 | 0 | 8 | 0 | 12 | 128 | 10 | 4F |
| Octal | 321 | 301 | 322 | 0 | 10 | 0 | 22 | 450 | 20 | 117 |
| Binary | 11010001 | 11000001 | 11010010 | 0 | 1000 | 0 | 10010 | 100101000 | 10000 | 1001111 |
Color Harmonies of #D1C1D2
Complementary color
Monochromatic Colors of #D1C1D2
Black with #D1C1D2
Text Example
Text Example
White with #D1C1D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C1D2; }
p { color: rgb(209,193,210); }
H1.HeaderClassName
{
color: #D1C1D2;
}
.AnyTagClassName
{
color: #D1C1D2;
}
</style>
background-color css
<style>
a { background-color: #D1C1D2; }
a { background-color: rgb(209,193,210); }
div.DivClassName
{
background-color: #D1C1D2;
}
.BgClassName
{
background-color: #D1C1D2;
}
</style>
border-color css
<style>
span { border-color: #D1C1D2; }
span { border-color: rgb(209,193,210); }
td.TdClassName
{
border-color: #D1C1D2;
}
.TagClassName
{
border-color: #D1C1D2;
}
</style>