Shades of Thistle #DCB2DF
Tints of Thistle #DCB2DF
RGB
CMYK
RGB Variations
Color information
#DCB2DF (or 0xDCB2DF) is known color: Thistle. HEX triplet: DC, B2 and DF. RGB value is (220,178,223). Sum of RGB (Red+Green+Blue) = 220+178+223=621 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.43% from 621); Green value is 178 (69.92% from 255 or 28.66% from 621); Blue value is 223 (87.5% from 255 or 35.91% from 621); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCB2DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2DF is #234D20. Grayscale: #C3C3C3. Windows color (decimal): -2313505 or 14660316. OLE color: 14660316.
HSL color Cylindrical-coordinate representation of color #DCB2DF: hue angle of 296º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB2DF is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 178 | 223 | - |
CMYK | 0.01 | 0.20 | 0 | 0.13 |
HSL | 296º | 0.41% | 0.79% | - |
HSV(B) | 296º | 0.2% | 0.87% | - |
XYZ | 58.75 | 52.38 | 76.83 | - |
YUV | 195.69 | 143.41 | 145.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 178 | 223 | 0.01 | 0.20 | 0 | 0.13 | 296 | 0.41 | 0.79 |
Hex | DC | B2 | DF | 1 | 14 | 0 | D | 128 | 29 | 4F |
Octal | 334 | 262 | 337 | 1 | 24 | 0 | 15 | 450 | 51 | 117 |
Binary | 11011100 | 10110010 | 11011111 | 1 | 10100 | 0 | 1101 | 100101000 | 101001 | 1001111 |
Color Harmonies of #DCB2DF
Complementary color
Monochromatic Colors of #DCB2DF
Black with #DCB2DF
Text Example
Text Example
White with #DCB2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2DF; }
p { color: rgb(220,178,223); }
H1.HeaderClassName
{
color: #DCB2DF;
}
.AnyTagClassName
{
color: #DCB2DF;
}
</style>
background-color css
<style>
a { background-color: #DCB2DF; }
a { background-color: rgb(220,178,223); }
div.DivClassName
{
background-color: #DCB2DF;
}
.BgClassName
{
background-color: #DCB2DF;
}
</style>
border-color css
<style>
span { border-color: #DCB2DF; }
span { border-color: rgb(220,178,223); }
td.TdClassName
{
border-color: #DCB2DF;
}
.TagClassName
{
border-color: #DCB2DF;
}
</style>