Shades of Thistle #DCBFDD
Tints of Thistle #DCBFDD
RGB
CMYK
RGB Variations
Color information
#DCBFDD (or 0xDCBFDD) is known color: Thistle. HEX triplet: DC, BF and DD. RGB value is (220,191,221). Sum of RGB (Red+Green+Blue) = 220+191+221=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 221 (86.72% from 255 or 34.97% from 632); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFDD is #234022. Grayscale: #CBCBCB. Windows color (decimal): -2310179 or 14532572. OLE color: 14532572.
HSL color Cylindrical-coordinate representation of color #DCBFDD: hue angle of 298º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBFDD is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 191 | 221 | - |
CMYK | 0.00 | 0.14 | 0 | 0.13 |
HSL | 298º | 0.31% | 0.81% | - |
HSV(B) | 298º | 0.14% | 0.87% | - |
XYZ | 61.2 | 57.7 | 76.32 | - |
YUV | 203.09 | 138.11 | 140.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 191 | 221 | 0.00 | 0.14 | 0 | 0.13 | 298 | 0.31 | 0.81 |
Hex | DC | BF | DD | 0 | E | 0 | D | 12A | 1F | 51 |
Octal | 334 | 277 | 335 | 0 | 16 | 0 | 15 | 452 | 37 | 121 |
Binary | 11011100 | 10111111 | 11011101 | 0 | 1110 | 0 | 1101 | 100101010 | 11111 | 1010001 |
Color Harmonies of #DCBFDD
Complementary color
Monochromatic Colors of #DCBFDD
Black with #DCBFDD
Text Example
Text Example
White with #DCBFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFDD; }
p { color: rgb(220,191,221); }
H1.HeaderClassName
{
color: #DCBFDD;
}
.AnyTagClassName
{
color: #DCBFDD;
}
</style>
background-color css
<style>
a { background-color: #DCBFDD; }
a { background-color: rgb(220,191,221); }
div.DivClassName
{
background-color: #DCBFDD;
}
.BgClassName
{
background-color: #DCBFDD;
}
</style>
border-color css
<style>
span { border-color: #DCBFDD; }
span { border-color: rgb(220,191,221); }
td.TdClassName
{
border-color: #DCBFDD;
}
.TagClassName
{
border-color: #DCBFDD;
}
</style>