Shades of Thistle #DCCBD9
Tints of Thistle #DCCBD9
RGB
CMYK
RGB Variations
Color information
#DCCBD9 (or 0xDCCBD9) is known color: Thistle. HEX triplet: DC, CB and D9. RGB value is (220,203,217). Sum of RGB (Red+Green+Blue) = 220+203+217=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBD9 is #233426. Grayscale: #D1D1D1. Windows color (decimal): -2307111 or 14273500. OLE color: 14273500.
HSL color Cylindrical-coordinate representation of color #DCCBD9: hue angle of 310.59º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCBD9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 217 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.14 |
| HSL | 310.59º | 0.2% | 0.83% | - |
| HSV(B) | 310.59º | 0.08% | 0.86% | - |
| XYZ | 63.4 | 62.94 | 74.45 | - |
| YUV | 209.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 217 | 0 | 0.08 | 0.01 | 0.14 | 310.59 | 0.2 | 0.83 |
| Hex | DC | CB | D9 | 0 | 8 | 1 | E | 137 | 14 | 53 |
| Octal | 334 | 313 | 331 | 0 | 10 | 1 | 16 | 467 | 24 | 123 |
| Binary | 11011100 | 11001011 | 11011001 | 0 | 1000 | 1 | 1110 | 100110111 | 10100 | 1010011 |
Color Harmonies of #DCCBD9
Complementary color
Monochromatic Colors of #DCCBD9
Black with #DCCBD9
Text Example
Text Example
White with #DCCBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBD9; }
p { color: rgb(220,203,217); }
H1.HeaderClassName
{
color: #DCCBD9;
}
.AnyTagClassName
{
color: #DCCBD9;
}
</style>
background-color css
<style>
a { background-color: #DCCBD9; }
a { background-color: rgb(220,203,217); }
div.DivClassName
{
background-color: #DCCBD9;
}
.BgClassName
{
background-color: #DCCBD9;
}
</style>
border-color css
<style>
span { border-color: #DCCBD9; }
span { border-color: rgb(220,203,217); }
td.TdClassName
{
border-color: #DCCBD9;
}
.TagClassName
{
border-color: #DCCBD9;
}
</style>