Shades of Thistle #CDB6CD
Tints of Thistle #CDB6CD
RGB
CMYK
RGB Variations
Color information
#CDB6CD (or 0xCDB6CD) is known color: Thistle. HEX triplet: CD, B6 and CD. RGB value is (205,182,205). Sum of RGB (Red+Green+Blue) = 205+182+205=592 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.63% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CDB6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CD is #324932. Grayscale: #BFBFBF. Windows color (decimal): -3295539 or 13481677. OLE color: 13481677.
HSL color Cylindrical-coordinate representation of color #CDB6CD: hue angle of 300º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDB6CD is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 205 | - |
| CMYK | 0 | 0.11 | 0 | 0.20 |
| HSL | 300º | 0.19% | 0.76% | - |
| HSV(B) | 300º | 0.11% | 0.8% | - |
| XYZ | 52.92 | 50.84 | 64.78 | - |
| YUV | 191.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 205 | 0 | 0.11 | 0 | 0.20 | 300 | 0.19 | 0.76 |
| Hex | CD | B6 | CD | 0 | B | 0 | 14 | 12C | 13 | 4C |
| Octal | 315 | 266 | 315 | 0 | 13 | 0 | 24 | 454 | 23 | 114 |
| Binary | 11001101 | 10110110 | 11001101 | 0 | 1011 | 0 | 10100 | 100101100 | 10011 | 1001100 |
Color Harmonies of #CDB6CD
Complementary color
Monochromatic Colors of #CDB6CD
Black with #CDB6CD
Text Example
Text Example
White with #CDB6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6CD; }
p { color: rgb(205,182,205); }
H1.HeaderClassName
{
color: #CDB6CD;
}
.AnyTagClassName
{
color: #CDB6CD;
}
</style>
background-color css
<style>
a { background-color: #CDB6CD; }
a { background-color: rgb(205,182,205); }
div.DivClassName
{
background-color: #CDB6CD;
}
.BgClassName
{
background-color: #CDB6CD;
}
</style>
border-color css
<style>
span { border-color: #CDB6CD; }
span { border-color: rgb(205,182,205); }
td.TdClassName
{
border-color: #CDB6CD;
}
.TagClassName
{
border-color: #CDB6CD;
}
</style>