Shades of Thistle #DCC3DB
Tints of Thistle #DCC3DB
RGB
CMYK
RGB Variations
Color information
#DCC3DB (or 0xDCC3DB) is known color: Thistle. HEX triplet: DC, C3 and DB. RGB value is (220,195,219). Sum of RGB (Red+Green+Blue) = 220+195+219=634 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.70% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DB is #233C24. Grayscale: #CDCDCD. Windows color (decimal): -2309157 or 14402524. OLE color: 14402524.
HSL color Cylindrical-coordinate representation of color #DCC3DB: hue angle of 302.4º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC3DB is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 219 | - |
| CMYK | 0 | 0.11 | 0.00 | 0.14 |
| HSL | 302.4º | 0.26% | 0.81% | - |
| HSV(B) | 302.4º | 0.11% | 0.86% | - |
| XYZ | 61.82 | 59.36 | 75.22 | - |
| YUV | 205.21 | 135.78 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 219 | 0 | 0.11 | 0.00 | 0.14 | 302.4 | 0.26 | 0.81 |
| Hex | DC | C3 | DB | 0 | B | 0 | E | 12E | 1A | 51 |
| Octal | 334 | 303 | 333 | 0 | 13 | 0 | 16 | 456 | 32 | 121 |
| Binary | 11011100 | 11000011 | 11011011 | 0 | 1011 | 0 | 1110 | 100101110 | 11010 | 1010001 |
Color Harmonies of #DCC3DB
Complementary color
Monochromatic Colors of #DCC3DB
Black with #DCC3DB
Text Example
Text Example
White with #DCC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3DB; }
p { color: rgb(220,195,219); }
H1.HeaderClassName
{
color: #DCC3DB;
}
.AnyTagClassName
{
color: #DCC3DB;
}
</style>
background-color css
<style>
a { background-color: #DCC3DB; }
a { background-color: rgb(220,195,219); }
div.DivClassName
{
background-color: #DCC3DB;
}
.BgClassName
{
background-color: #DCC3DB;
}
</style>
border-color css
<style>
span { border-color: #DCC3DB; }
span { border-color: rgb(220,195,219); }
td.TdClassName
{
border-color: #DCC3DB;
}
.TagClassName
{
border-color: #DCC3DB;
}
</style>