Shades of Thistle #DCC8DF
Tints of Thistle #DCC8DF
RGB
CMYK
RGB Variations
Color information
#DCC8DF (or 0xDCC8DF) is known color: Thistle. HEX triplet: DC, C8 and DF. RGB value is (220,200,223). Sum of RGB (Red+Green+Blue) = 220+200+223=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DF is #233720. Grayscale: #D0D0D0. Windows color (decimal): -2307873 or 14665948. OLE color: 14665948.
HSL color Cylindrical-coordinate representation of color #DCC8DF: hue angle of 292.17º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC8DF is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 200 | 223 | - |
| CMYK | 0.01 | 0.10 | 0 | 0.13 |
| HSL | 292.17º | 0.26% | 0.83% | - |
| HSV(B) | 292.17º | 0.1% | 0.87% | - |
| XYZ | 63.49 | 61.85 | 78.4 | - |
| YUV | 208.6 | 136.13 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 223 | 0.01 | 0.10 | 0 | 0.13 | 292.17 | 0.26 | 0.83 |
| Hex | DC | C8 | DF | 1 | A | 0 | D | 124 | 1A | 53 |
| Octal | 334 | 310 | 337 | 1 | 12 | 0 | 15 | 444 | 32 | 123 |
| Binary | 11011100 | 11001000 | 11011111 | 1 | 1010 | 0 | 1101 | 100100100 | 11010 | 1010011 |
Color Harmonies of #DCC8DF
Complementary color
Monochromatic Colors of #DCC8DF
Black with #DCC8DF
Text Example
Text Example
White with #DCC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8DF; }
p { color: rgb(220,200,223); }
H1.HeaderClassName
{
color: #DCC8DF;
}
.AnyTagClassName
{
color: #DCC8DF;
}
</style>
background-color css
<style>
a { background-color: #DCC8DF; }
a { background-color: rgb(220,200,223); }
div.DivClassName
{
background-color: #DCC8DF;
}
.BgClassName
{
background-color: #DCC8DF;
}
</style>
border-color css
<style>
span { border-color: #DCC8DF; }
span { border-color: rgb(220,200,223); }
td.TdClassName
{
border-color: #DCC8DF;
}
.TagClassName
{
border-color: #DCC8DF;
}
</style>