Shades of Thistle #D0C1D3
Tints of Thistle #D0C1D3
RGB
CMYK
RGB Variations
Color information
#D0C1D3 (or 0xD0C1D3) is known color: Thistle. HEX triplet: D0, C1 and D3. RGB value is (208,193,211). Sum of RGB (Red+Green+Blue) = 208+193+211=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 211 (82.81% from 255 or 34.48% from 612); Max value from RGB is 211 - color contains mainly: blue. Hex color #D0C1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C1D3 is #2F3E2C. Grayscale: #C7C7C7. Windows color (decimal): -3096109 or 13877712. OLE color: 13877712.
HSL color Cylindrical-coordinate representation of color #D0C1D3: hue angle of 290º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D0C1D3 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 193 | 211 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.17 |
| HSL | 290º | 0.17% | 0.79% | - |
| HSV(B) | 290º | 0.09% | 0.83% | - |
| XYZ | 56.84 | 56.25 | 69.49 | - |
| YUV | 199.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 193 | 211 | 0.01 | 0.09 | 0 | 0.17 | 290 | 0.17 | 0.79 |
| Hex | D0 | C1 | D3 | 1 | 9 | 0 | 11 | 122 | 11 | 4F |
| Octal | 320 | 301 | 323 | 1 | 11 | 0 | 21 | 442 | 21 | 117 |
| Binary | 11010000 | 11000001 | 11010011 | 1 | 1001 | 0 | 10001 | 100100010 | 10001 | 1001111 |
Color Harmonies of #D0C1D3
Complementary color
Monochromatic Colors of #D0C1D3
Black with #D0C1D3
Text Example
Text Example
White with #D0C1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C1D3; }
p { color: rgb(208,193,211); }
H1.HeaderClassName
{
color: #D0C1D3;
}
.AnyTagClassName
{
color: #D0C1D3;
}
</style>
background-color css
<style>
a { background-color: #D0C1D3; }
a { background-color: rgb(208,193,211); }
div.DivClassName
{
background-color: #D0C1D3;
}
.BgClassName
{
background-color: #D0C1D3;
}
</style>
border-color css
<style>
span { border-color: #D0C1D3; }
span { border-color: rgb(208,193,211); }
td.TdClassName
{
border-color: #D0C1D3;
}
.TagClassName
{
border-color: #D0C1D3;
}
</style>