Shades of Thistle #DCCADC
Tints of Thistle #DCCADC
RGB
CMYK
RGB Variations
Color information
#DCCADC (or 0xDCCADC) is known color: Thistle. HEX triplet: DC, CA and DC. RGB value is (220,202,220). Sum of RGB (Red+Green+Blue) = 220+202+220=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 220 (86.33% from 255 or 34.27% from 642); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DCCADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCADC is #233523. Grayscale: #D1D1D1. Windows color (decimal): -2307364 or 14469852. OLE color: 14469852.
HSL color Cylindrical-coordinate representation of color #DCCADC: hue angle of 300º 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 #DCCADC is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 202 | 220 | - |
| CMYK | 0 | 0.08 | 0 | 0.14 |
| HSL | 300º | 0.2% | 0.83% | - |
| HSV(B) | 300º | 0.08% | 0.86% | - |
| XYZ | 63.55 | 62.62 | 76.45 | - |
| YUV | 209.43 | 133.96 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 202 | 220 | 0 | 0.08 | 0 | 0.14 | 300 | 0.2 | 0.83 |
| Hex | DC | CA | DC | 0 | 8 | 0 | E | 12C | 14 | 53 |
| Octal | 334 | 312 | 334 | 0 | 10 | 0 | 16 | 454 | 24 | 123 |
| Binary | 11011100 | 11001010 | 11011100 | 0 | 1000 | 0 | 1110 | 100101100 | 10100 | 1010011 |
Color Harmonies of #DCCADC
Complementary color
Monochromatic Colors of #DCCADC
Black with #DCCADC
Text Example
Text Example
White with #DCCADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCADC; }
p { color: rgb(220,202,220); }
H1.HeaderClassName
{
color: #DCCADC;
}
.AnyTagClassName
{
color: #DCCADC;
}
</style>
background-color css
<style>
a { background-color: #DCCADC; }
a { background-color: rgb(220,202,220); }
div.DivClassName
{
background-color: #DCCADC;
}
.BgClassName
{
background-color: #DCCADC;
}
</style>
border-color css
<style>
span { border-color: #DCCADC; }
span { border-color: rgb(220,202,220); }
td.TdClassName
{
border-color: #DCCADC;
}
.TagClassName
{
border-color: #DCCADC;
}
</style>