Shades of Thistle #DCCCDB
Tints of Thistle #DCCCDB
RGB
CMYK
RGB Variations
Color information
#DCCCDB (or 0xDCCCDB) is known color: Thistle. HEX triplet: DC, CC and DB. RGB value is (220,204,219). Sum of RGB (Red+Green+Blue) = 220+204+219=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCDB is #233324. Grayscale: #D2D2D2. Windows color (decimal): -2306853 or 14404828. OLE color: 14404828.
HSL color Cylindrical-coordinate representation of color #DCCCDB: hue angle of 303.75º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCDB is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 204 | 219 | - |
CMYK | 0 | 0.07 | 0.00 | 0.14 |
HSL | 303.75º | 0.19% | 0.83% | - |
HSV(B) | 303.75º | 0.07% | 0.86% | - |
XYZ | 63.89 | 63.52 | 75.91 | - |
YUV | 210.49 | 132.8 | 134.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 204 | 219 | 0 | 0.07 | 0.00 | 0.14 | 303.75 | 0.19 | 0.83 |
Hex | DC | CC | DB | 0 | 7 | 0 | E | 130 | 13 | 53 |
Octal | 334 | 314 | 333 | 0 | 7 | 0 | 16 | 460 | 23 | 123 |
Binary | 11011100 | 11001100 | 11011011 | 0 | 111 | 0 | 1110 | 100110000 | 10011 | 1010011 |
Color Harmonies of #DCCCDB
Complementary color
Monochromatic Colors of #DCCCDB
Black with #DCCCDB
Text Example
Text Example
White with #DCCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCCDB; }
p { color: rgb(220,204,219); }
H1.HeaderClassName
{
color: #DCCCDB;
}
.AnyTagClassName
{
color: #DCCCDB;
}
</style>
background-color css
<style>
a { background-color: #DCCCDB; }
a { background-color: rgb(220,204,219); }
div.DivClassName
{
background-color: #DCCCDB;
}
.BgClassName
{
background-color: #DCCCDB;
}
</style>
border-color css
<style>
span { border-color: #DCCCDB; }
span { border-color: rgb(220,204,219); }
td.TdClassName
{
border-color: #DCCCDB;
}
.TagClassName
{
border-color: #DCCCDB;
}
</style>