Shades of Thistle #DCC0DA
Tints of Thistle #DCC0DA
RGB
CMYK
RGB Variations
Color information
#DCC0DA (or 0xDCC0DA) is known color: Thistle. HEX triplet: DC, C0 and DA. RGB value is (220,192,218). Sum of RGB (Red+Green+Blue) = 220+192+218=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 192 (75.39% from 255 or 30.48% from 630); Blue value is 218 (85.55% from 255 or 34.60% from 630); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC0DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC0DA is #233F25. Grayscale: #CBCBCB. Windows color (decimal): -2309926 or 14336220. OLE color: 14336220.
HSL color Cylindrical-coordinate representation of color #DCC0DA: hue angle of 304.29º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DCC0DA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 192 | 218 | - |
CMYK | 0 | 0.13 | 0.01 | 0.14 |
HSL | 304.29º | 0.29% | 0.81% | - |
HSV(B) | 304.29º | 0.13% | 0.86% | - |
XYZ | 61.02 | 57.98 | 74.3 | - |
YUV | 203.34 | 136.28 | 139.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 192 | 218 | 0 | 0.13 | 0.01 | 0.14 | 304.29 | 0.29 | 0.81 |
Hex | DC | C0 | DA | 0 | D | 1 | E | 130 | 1D | 51 |
Octal | 334 | 300 | 332 | 0 | 15 | 1 | 16 | 460 | 35 | 121 |
Binary | 11011100 | 11000000 | 11011010 | 0 | 1101 | 1 | 1110 | 100110000 | 11101 | 1010001 |
Color Harmonies of #DCC0DA
Complementary color
Monochromatic Colors of #DCC0DA
Black with #DCC0DA
Text Example
Text Example
White with #DCC0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC0DA; }
p { color: rgb(220,192,218); }
H1.HeaderClassName
{
color: #DCC0DA;
}
.AnyTagClassName
{
color: #DCC0DA;
}
</style>
background-color css
<style>
a { background-color: #DCC0DA; }
a { background-color: rgb(220,192,218); }
div.DivClassName
{
background-color: #DCC0DA;
}
.BgClassName
{
background-color: #DCC0DA;
}
</style>
border-color css
<style>
span { border-color: #DCC0DA; }
span { border-color: rgb(220,192,218); }
td.TdClassName
{
border-color: #DCC0DA;
}
.TagClassName
{
border-color: #DCC0DA;
}
</style>