Shades of Thistle #CDBFCC
Tints of Thistle #CDBFCC
RGB
CMYK
RGB Variations
Color information
#CDBFCC (or 0xCDBFCC) is known color: Thistle. HEX triplet: CD, BF and CC. RGB value is (205,191,204). Sum of RGB (Red+Green+Blue) = 205+191+204=600 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.17% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBFCC is #324033. Grayscale: #C4C4C4. Windows color (decimal): -3293236 or 13418445. OLE color: 13418445.
HSL color Cylindrical-coordinate representation of color #CDBFCC: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CDBFCC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 191 | 204 | - |
| CMYK | 0 | 0.07 | 0.00 | 0.20 |
| HSL | 304.29º | 0.12% | 0.78% | - |
| HSV(B) | 304.29º | 0.07% | 0.8% | - |
| XYZ | 54.71 | 54.6 | 64.78 | - |
| YUV | 196.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 191 | 204 | 0 | 0.07 | 0.00 | 0.20 | 304.29 | 0.12 | 0.78 |
| Hex | CD | BF | CC | 0 | 7 | 0 | 14 | 130 | C | 4E |
| Octal | 315 | 277 | 314 | 0 | 7 | 0 | 24 | 460 | 14 | 116 |
| Binary | 11001101 | 10111111 | 11001100 | 0 | 111 | 0 | 10100 | 100110000 | 1100 | 1001110 |
Color Harmonies of #CDBFCC
Complementary color
Monochromatic Colors of #CDBFCC
Black with #CDBFCC
Text Example
Text Example
White with #CDBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBFCC; }
p { color: rgb(205,191,204); }
H1.HeaderClassName
{
color: #CDBFCC;
}
.AnyTagClassName
{
color: #CDBFCC;
}
</style>
background-color css
<style>
a { background-color: #CDBFCC; }
a { background-color: rgb(205,191,204); }
div.DivClassName
{
background-color: #CDBFCC;
}
.BgClassName
{
background-color: #CDBFCC;
}
</style>
border-color css
<style>
span { border-color: #CDBFCC; }
span { border-color: rgb(205,191,204); }
td.TdClassName
{
border-color: #CDBFCC;
}
.TagClassName
{
border-color: #CDBFCC;
}
</style>