Shades of Thistle #CDBFCF
Tints of Thistle #CDBFCF
RGB
CMYK
RGB Variations
Color information
#CDBFCF (or 0xCDBFCF) is known color: Thistle. HEX triplet: CD, BF and CF. RGB value is (205,191,207). Sum of RGB (Red+Green+Blue) = 205+191+207=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 207 (81.25% from 255 or 34.33% from 603); Max value from RGB is 207 - color contains mainly: blue. Hex color #CDBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFCF is #324030. Grayscale: #C4C4C4. Windows color (decimal): -3293233 or 13615053. OLE color: 13615053.
HSL color Cylindrical-coordinate representation of color #CDBFCF: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBFCF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 191 | 207 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.19 |
| HSL | 292.5º | 0.14% | 0.78% | - |
| HSV(B) | 292.5º | 0.08% | 0.81% | - |
| XYZ | 55.07 | 54.75 | 66.7 | - |
| YUV | 197.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 207 | 0.01 | 0.08 | 0 | 0.19 | 292.5 | 0.14 | 0.78 |
| Hex | CD | BF | CF | 1 | 8 | 0 | 13 | 124 | E | 4E |
| Octal | 315 | 277 | 317 | 1 | 10 | 0 | 23 | 444 | 16 | 116 |
| Binary | 11001101 | 10111111 | 11001111 | 1 | 1000 | 0 | 10011 | 100100100 | 1110 | 1001110 |
Color Harmonies of #CDBFCF
Complementary color
Monochromatic Colors of #CDBFCF
Black with #CDBFCF
Text Example
Text Example
White with #CDBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFCF; }
p { color: rgb(205,191,207); }
H1.HeaderClassName
{
color: #CDBFCF;
}
.AnyTagClassName
{
color: #CDBFCF;
}
</style>
background-color css
<style>
a { background-color: #CDBFCF; }
a { background-color: rgb(205,191,207); }
div.DivClassName
{
background-color: #CDBFCF;
}
.BgClassName
{
background-color: #CDBFCF;
}
</style>
border-color css
<style>
span { border-color: #CDBFCF; }
span { border-color: rgb(205,191,207); }
td.TdClassName
{
border-color: #CDBFCF;
}
.TagClassName
{
border-color: #CDBFCF;
}
</style>