Shades of Thistle #DCCCDA
Tints of Thistle #DCCCDA
RGB
CMYK
RGB Variations
Color information
#DCCCDA (or 0xDCCCDA) is known color: Thistle. HEX triplet: DC, CC and DA. RGB value is (220,204,218). Sum of RGB (Red+Green+Blue) = 220+204+218=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDA is #233325. Grayscale: #D2D2D2. Windows color (decimal): -2306854 or 14339292. OLE color: 14339292.
HSL color Cylindrical-coordinate representation of color #DCCCDA: hue angle of 307.5º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCDA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 218 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.14 |
| HSL | 307.5º | 0.19% | 0.83% | - |
| HSV(B) | 307.5º | 0.07% | 0.86% | - |
| XYZ | 63.76 | 63.46 | 75.22 | - |
| YUV | 210.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 218 | 0 | 0.07 | 0.01 | 0.14 | 307.5 | 0.19 | 0.83 |
| Hex | DC | CC | DA | 0 | 7 | 1 | E | 134 | 13 | 53 |
| Octal | 334 | 314 | 332 | 0 | 7 | 1 | 16 | 464 | 23 | 123 |
| Binary | 11011100 | 11001100 | 11011010 | 0 | 111 | 1 | 1110 | 100110100 | 10011 | 1010011 |
Color Harmonies of #DCCCDA
Complementary color
Monochromatic Colors of #DCCCDA
Black with #DCCCDA
Text Example
Text Example
White with #DCCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCDA; }
p { color: rgb(220,204,218); }
H1.HeaderClassName
{
color: #DCCCDA;
}
.AnyTagClassName
{
color: #DCCCDA;
}
</style>
background-color css
<style>
a { background-color: #DCCCDA; }
a { background-color: rgb(220,204,218); }
div.DivClassName
{
background-color: #DCCCDA;
}
.BgClassName
{
background-color: #DCCCDA;
}
</style>
border-color css
<style>
span { border-color: #DCCCDA; }
span { border-color: rgb(220,204,218); }
td.TdClassName
{
border-color: #DCCCDA;
}
.TagClassName
{
border-color: #DCCCDA;
}
</style>