Shades of Thistle #DCC5DE
Tints of Thistle #DCC5DE
RGB
CMYK
RGB Variations
Color information
#DCC5DE (or 0xDCC5DE) is known color: Thistle. HEX triplet: DC, C5 and DE. RGB value is (220,197,222). Sum of RGB (Red+Green+Blue) = 220+197+222=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 197 (77.34% from 255 or 30.83% from 639); Blue value is 222 (87.11% from 255 or 34.74% from 639); Max value from RGB is 222 - color contains mainly: blue. Hex color #DCC5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DE is #233A21. Grayscale: #CECECE. Windows color (decimal): -2308642 or 14599644. OLE color: 14599644.
HSL color Cylindrical-coordinate representation of color #DCC5DE: hue angle of 295.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC5DE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 197 | 222 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.13 |
| HSL | 295.2º | 0.27% | 0.82% | - |
| HSV(B) | 295.2º | 0.11% | 0.87% | - |
| XYZ | 62.67 | 60.42 | 77.47 | - |
| YUV | 206.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 197 | 222 | 0.01 | 0.11 | 0 | 0.13 | 295.2 | 0.27 | 0.82 |
| Hex | DC | C5 | DE | 1 | B | 0 | D | 127 | 1B | 52 |
| Octal | 334 | 305 | 336 | 1 | 13 | 0 | 15 | 447 | 33 | 122 |
| Binary | 11011100 | 11000101 | 11011110 | 1 | 1011 | 0 | 1101 | 100100111 | 11011 | 1010010 |
Color Harmonies of #DCC5DE
Complementary color
Monochromatic Colors of #DCC5DE
Black with #DCC5DE
Text Example
Text Example
White with #DCC5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5DE; }
p { color: rgb(220,197,222); }
H1.HeaderClassName
{
color: #DCC5DE;
}
.AnyTagClassName
{
color: #DCC5DE;
}
</style>
background-color css
<style>
a { background-color: #DCC5DE; }
a { background-color: rgb(220,197,222); }
div.DivClassName
{
background-color: #DCC5DE;
}
.BgClassName
{
background-color: #DCC5DE;
}
</style>
border-color css
<style>
span { border-color: #DCC5DE; }
span { border-color: rgb(220,197,222); }
td.TdClassName
{
border-color: #DCC5DE;
}
.TagClassName
{
border-color: #DCC5DE;
}
</style>