Shades of Thistle #DCD3DA
Tints of Thistle #DCD3DA
RGB
CMYK
RGB Variations
Color information
#DCD3DA (or 0xDCD3DA) is known color: Thistle. HEX triplet: DC, D3 and DA. RGB value is (220,211,218). Sum of RGB (Red+Green+Blue) = 220+211+218=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3DA is #232C25. Grayscale: #D6D6D6. Windows color (decimal): -2305062 or 14341084. OLE color: 14341084.
HSL color Cylindrical-coordinate representation of color #DCD3DA: hue angle of 313.33º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DCD3DA is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 211 | 218 | - |
CMYK | 0 | 0.04 | 0.01 | 0.14 |
HSL | 313.33º | 0.11% | 0.85% | - |
HSV(B) | 313.33º | 0.04% | 0.86% | - |
XYZ | 65.46 | 66.87 | 75.79 | - |
YUV | 214.49 | 129.98 | 131.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 211 | 218 | 0 | 0.04 | 0.01 | 0.14 | 313.33 | 0.11 | 0.85 |
Hex | DC | D3 | DA | 0 | 4 | 1 | E | 139 | B | 55 |
Octal | 334 | 323 | 332 | 0 | 4 | 1 | 16 | 471 | 13 | 125 |
Binary | 11011100 | 11010011 | 11011010 | 0 | 100 | 1 | 1110 | 100111001 | 1011 | 1010101 |
Color Harmonies of #DCD3DA
Complementary color
Monochromatic Colors of #DCD3DA
Black with #DCD3DA
Text Example
Text Example
White with #DCD3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3DA; }
p { color: rgb(220,211,218); }
H1.HeaderClassName
{
color: #DCD3DA;
}
.AnyTagClassName
{
color: #DCD3DA;
}
</style>
background-color css
<style>
a { background-color: #DCD3DA; }
a { background-color: rgb(220,211,218); }
div.DivClassName
{
background-color: #DCD3DA;
}
.BgClassName
{
background-color: #DCD3DA;
}
</style>
border-color css
<style>
span { border-color: #DCD3DA; }
span { border-color: rgb(220,211,218); }
td.TdClassName
{
border-color: #DCD3DA;
}
.TagClassName
{
border-color: #DCD3DA;
}
</style>