Shades of Thistle #DCC8D9
Tints of Thistle #DCC8D9
RGB
CMYK
RGB Variations
Color information
#DCC8D9 (or 0xDCC8D9) is known color: Thistle. HEX triplet: DC, C8 and D9. RGB value is (220,200,217). Sum of RGB (Red+Green+Blue) = 220+200+217=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 200 (78.52% from 255 or 31.40% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8D9 is #233726. Grayscale: #CFCFCF. Windows color (decimal): -2307879 or 14272732. OLE color: 14272732.
HSL color Cylindrical-coordinate representation of color #DCC8D9: hue angle of 309º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8D9 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 200 | 217 | - |
CMYK | 0 | 0.09 | 0.01 | 0.14 |
HSL | 309º | 0.22% | 0.82% | - |
HSV(B) | 309º | 0.09% | 0.86% | - |
XYZ | 62.69 | 61.53 | 74.22 | - |
YUV | 207.92 | 133.13 | 136.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 200 | 217 | 0 | 0.09 | 0.01 | 0.14 | 309 | 0.22 | 0.82 |
Hex | DC | C8 | D9 | 0 | 9 | 1 | E | 135 | 16 | 52 |
Octal | 334 | 310 | 331 | 0 | 11 | 1 | 16 | 465 | 26 | 122 |
Binary | 11011100 | 11001000 | 11011001 | 0 | 1001 | 1 | 1110 | 100110101 | 10110 | 1010010 |
Color Harmonies of #DCC8D9
Complementary color
Monochromatic Colors of #DCC8D9
Black with #DCC8D9
Text Example
Text Example
White with #DCC8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8D9; }
p { color: rgb(220,200,217); }
H1.HeaderClassName
{
color: #DCC8D9;
}
.AnyTagClassName
{
color: #DCC8D9;
}
</style>
background-color css
<style>
a { background-color: #DCC8D9; }
a { background-color: rgb(220,200,217); }
div.DivClassName
{
background-color: #DCC8D9;
}
.BgClassName
{
background-color: #DCC8D9;
}
</style>
border-color css
<style>
span { border-color: #DCC8D9; }
span { border-color: rgb(220,200,217); }
td.TdClassName
{
border-color: #DCC8D9;
}
.TagClassName
{
border-color: #DCC8D9;
}
</style>