Shades of Thistle #DCC8DB
Tints of Thistle #DCC8DB
RGB
CMYK
RGB Variations
Color information
#DCC8DB (or 0xDCC8DB) is known color: Thistle. HEX triplet: DC, C8 and DB. RGB value is (220,200,219). Sum of RGB (Red+Green+Blue) = 220+200+219=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC8DB is #233724. Grayscale: #D0D0D0. Windows color (decimal): -2307877 or 14403804. OLE color: 14403804.
HSL color Cylindrical-coordinate representation of color #DCC8DB: hue angle of 303º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCC8DB is Cyan = 0, Magento = 0.09, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 200 | 219 | - |
CMYK | 0 | 0.09 | 0.00 | 0.14 |
HSL | 303º | 0.22% | 0.82% | - |
HSV(B) | 303º | 0.09% | 0.86% | - |
XYZ | 62.96 | 61.64 | 75.6 | - |
YUV | 208.15 | 134.13 | 136.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 200 | 219 | 0 | 0.09 | 0.00 | 0.14 | 303 | 0.22 | 0.82 |
Hex | DC | C8 | DB | 0 | 9 | 0 | E | 12F | 16 | 52 |
Octal | 334 | 310 | 333 | 0 | 11 | 0 | 16 | 457 | 26 | 122 |
Binary | 11011100 | 11001000 | 11011011 | 0 | 1001 | 0 | 1110 | 100101111 | 10110 | 1010010 |
Color Harmonies of #DCC8DB
Complementary color
Monochromatic Colors of #DCC8DB
Black with #DCC8DB
Text Example
Text Example
White with #DCC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC8DB; }
p { color: rgb(220,200,219); }
H1.HeaderClassName
{
color: #DCC8DB;
}
.AnyTagClassName
{
color: #DCC8DB;
}
</style>
background-color css
<style>
a { background-color: #DCC8DB; }
a { background-color: rgb(220,200,219); }
div.DivClassName
{
background-color: #DCC8DB;
}
.BgClassName
{
background-color: #DCC8DB;
}
</style>
border-color css
<style>
span { border-color: #DCC8DB; }
span { border-color: rgb(220,200,219); }
td.TdClassName
{
border-color: #DCC8DB;
}
.TagClassName
{
border-color: #DCC8DB;
}
</style>