Shades of Thistle #DCD0DB
Tints of Thistle #DCD0DB
RGB
CMYK
RGB Variations
Color information
#DCD0DB (or 0xDCD0DB) is known color: Thistle. HEX triplet: DC, D0 and DB. RGB value is (220,208,219). Sum of RGB (Red+Green+Blue) = 220+208+219=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 208 (81.64% from 255 or 32.15% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD0DB is #232F24. Grayscale: #D4D4D4. Windows color (decimal): -2305829 or 14405852. OLE color: 14405852.
HSL color Cylindrical-coordinate representation of color #DCD0DB: hue angle of 305º degrees, saturation: 0.15, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD0DB is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 208 | 219 | - |
CMYK | 0 | 0.05 | 0.00 | 0.14 |
HSL | 305º | 0.15% | 0.84% | - |
HSV(B) | 305º | 0.05% | 0.86% | - |
XYZ | 64.86 | 65.44 | 76.23 | - |
YUV | 212.84 | 131.48 | 133.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 208 | 219 | 0 | 0.05 | 0.00 | 0.14 | 305 | 0.15 | 0.84 |
Hex | DC | D0 | DB | 0 | 5 | 0 | E | 131 | F | 54 |
Octal | 334 | 320 | 333 | 0 | 5 | 0 | 16 | 461 | 17 | 124 |
Binary | 11011100 | 11010000 | 11011011 | 0 | 101 | 0 | 1110 | 100110001 | 1111 | 1010100 |
Color Harmonies of #DCD0DB
Complementary color
Monochromatic Colors of #DCD0DB
Black with #DCD0DB
Text Example
Text Example
White with #DCD0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD0DB; }
p { color: rgb(220,208,219); }
H1.HeaderClassName
{
color: #DCD0DB;
}
.AnyTagClassName
{
color: #DCD0DB;
}
</style>
background-color css
<style>
a { background-color: #DCD0DB; }
a { background-color: rgb(220,208,219); }
div.DivClassName
{
background-color: #DCD0DB;
}
.BgClassName
{
background-color: #DCD0DB;
}
</style>
border-color css
<style>
span { border-color: #DCD0DB; }
span { border-color: rgb(220,208,219); }
td.TdClassName
{
border-color: #DCD0DB;
}
.TagClassName
{
border-color: #DCD0DB;
}
</style>