Shades of Thistle #DCCFDB
Tints of Thistle #DCCFDB
RGB
CMYK
RGB Variations
Color information
#DCCFDB (or 0xDCCFDB) is known color: Thistle. HEX triplet: DC, CF and DB. RGB value is (220,207,219). Sum of RGB (Red+Green+Blue) = 220+207+219=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFDB is #233024. Grayscale: #D4D4D4. Windows color (decimal): -2306085 or 14405596. OLE color: 14405596.
HSL color Cylindrical-coordinate representation of color #DCCFDB: hue angle of 304.62º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCFDB is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 207 | 219 | - |
CMYK | 0 | 0.06 | 0.00 | 0.14 |
HSL | 304.62º | 0.16% | 0.84% | - |
HSV(B) | 304.62º | 0.06% | 0.86% | - |
XYZ | 64.61 | 64.96 | 76.15 | - |
YUV | 212.26 | 131.81 | 133.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 207 | 219 | 0 | 0.06 | 0.00 | 0.14 | 304.62 | 0.16 | 0.84 |
Hex | DC | CF | DB | 0 | 6 | 0 | E | 131 | 10 | 54 |
Octal | 334 | 317 | 333 | 0 | 6 | 0 | 16 | 461 | 20 | 124 |
Binary | 11011100 | 11001111 | 11011011 | 0 | 110 | 0 | 1110 | 100110001 | 10000 | 1010100 |
Color Harmonies of #DCCFDB
Complementary color
Monochromatic Colors of #DCCFDB
Black with #DCCFDB
Text Example
Text Example
White with #DCCFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFDB; }
p { color: rgb(220,207,219); }
H1.HeaderClassName
{
color: #DCCFDB;
}
.AnyTagClassName
{
color: #DCCFDB;
}
</style>
background-color css
<style>
a { background-color: #DCCFDB; }
a { background-color: rgb(220,207,219); }
div.DivClassName
{
background-color: #DCCFDB;
}
.BgClassName
{
background-color: #DCCFDB;
}
</style>
border-color css
<style>
span { border-color: #DCCFDB; }
span { border-color: rgb(220,207,219); }
td.TdClassName
{
border-color: #DCCFDB;
}
.TagClassName
{
border-color: #DCCFDB;
}
</style>