Shades of Thistle #CDB6CF
Tints of Thistle #CDB6CF
RGB
CMYK
RGB Variations
Color information
#CDB6CF (or 0xCDB6CF) is known color: Thistle. HEX triplet: CD, B6 and CF. RGB value is (205,182,207). Sum of RGB (Red+Green+Blue) = 205+182+207=594 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.51% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 207 (81.25% from 255 or 34.85% from 594); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDB6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CF is #324930. Grayscale: #BFBFBF. Windows color (decimal): -3295537 or 13612749. OLE color: 13612749.
HSL color Cylindrical-coordinate representation of color #CDB6CF: hue angle of 295.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB6CF is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 182 | 207 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.19 |
| HSL | 295.2º | 0.21% | 0.76% | - |
| HSV(B) | 295.2º | 0.12% | 0.81% | - |
| XYZ | 53.17 | 50.94 | 66.06 | - |
| YUV | 191.73 | 136.62 | 137.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 207 | 0.01 | 0.12 | 0 | 0.19 | 295.2 | 0.21 | 0.76 |
| Hex | CD | B6 | CF | 1 | C | 0 | 13 | 127 | 15 | 4C |
| Octal | 315 | 266 | 317 | 1 | 14 | 0 | 23 | 447 | 25 | 114 |
| Binary | 11001101 | 10110110 | 11001111 | 1 | 1100 | 0 | 10011 | 100100111 | 10101 | 1001100 |
Color Harmonies of #CDB6CF
Complementary color
Monochromatic Colors of #CDB6CF
Black with #CDB6CF
Text Example
Text Example
White with #CDB6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB6CF; }
p { color: rgb(205,182,207); }
H1.HeaderClassName
{
color: #CDB6CF;
}
.AnyTagClassName
{
color: #CDB6CF;
}
</style>
background-color css
<style>
a { background-color: #CDB6CF; }
a { background-color: rgb(205,182,207); }
div.DivClassName
{
background-color: #CDB6CF;
}
.BgClassName
{
background-color: #CDB6CF;
}
</style>
border-color css
<style>
span { border-color: #CDB6CF; }
span { border-color: rgb(205,182,207); }
td.TdClassName
{
border-color: #CDB6CF;
}
.TagClassName
{
border-color: #CDB6CF;
}
</style>