Shades of Thistle #DCB9DD
Tints of Thistle #DCB9DD
RGB
CMYK
RGB Variations
Color information
#DCB9DD (or 0xDCB9DD) is known color: Thistle. HEX triplet: DC, B9 and DD. RGB value is (220,185,221). Sum of RGB (Red+Green+Blue) = 220+185+221=626 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.14% from 626); Green value is 185 (72.66% from 255 or 29.55% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #DCB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9DD is #234622. Grayscale: #C7C7C7. Windows color (decimal): -2311715 or 14531036. OLE color: 14531036.
HSL color Cylindrical-coordinate representation of color #DCB9DD: hue angle of 298.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9DD is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 185 | 221 | - |
CMYK | 0.00 | 0.16 | 0 | 0.13 |
HSL | 298.33º | 0.35% | 0.8% | - |
HSV(B) | 298.33º | 0.16% | 0.87% | - |
XYZ | 59.92 | 55.13 | 75.89 | - |
YUV | 199.57 | 140.1 | 142.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 185 | 221 | 0.00 | 0.16 | 0 | 0.13 | 298.33 | 0.35 | 0.8 |
Hex | DC | B9 | DD | 0 | 10 | 0 | D | 12A | 23 | 50 |
Octal | 334 | 271 | 335 | 0 | 20 | 0 | 15 | 452 | 43 | 120 |
Binary | 11011100 | 10111001 | 11011101 | 0 | 10000 | 0 | 1101 | 100101010 | 100011 | 1010000 |
Color Harmonies of #DCB9DD
Complementary color
Monochromatic Colors of #DCB9DD
Black with #DCB9DD
Text Example
Text Example
White with #DCB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9DD; }
p { color: rgb(220,185,221); }
H1.HeaderClassName
{
color: #DCB9DD;
}
.AnyTagClassName
{
color: #DCB9DD;
}
</style>
background-color css
<style>
a { background-color: #DCB9DD; }
a { background-color: rgb(220,185,221); }
div.DivClassName
{
background-color: #DCB9DD;
}
.BgClassName
{
background-color: #DCB9DD;
}
</style>
border-color css
<style>
span { border-color: #DCB9DD; }
span { border-color: rgb(220,185,221); }
td.TdClassName
{
border-color: #DCB9DD;
}
.TagClassName
{
border-color: #DCB9DD;
}
</style>