Shades of Thistle #CDBBCB
Tints of Thistle #CDBBCB
RGB
CMYK
RGB Variations
Color information
#CDBBCB (or 0xCDBBCB) is known color: Thistle. HEX triplet: CD, BB and CB. RGB value is (205,187,203). Sum of RGB (Red+Green+Blue) = 205+187+203=595 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.45% from 595); Green value is 187 (73.44% from 255 or 31.43% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBCB is #324434. Grayscale: #C2C2C2. Windows color (decimal): -3294261 or 13351885. OLE color: 13351885.
HSL color Cylindrical-coordinate representation of color #CDBBCB: hue angle of 306.67º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBBCB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 187 | 203 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.20 |
| HSL | 306.67º | 0.15% | 0.77% | - |
| HSV(B) | 306.67º | 0.09% | 0.8% | - |
| XYZ | 53.73 | 52.83 | 63.87 | - |
| YUV | 194.21 | 132.96 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 203 | 0 | 0.09 | 0.01 | 0.20 | 306.67 | 0.15 | 0.77 |
| Hex | CD | BB | CB | 0 | 9 | 1 | 14 | 133 | F | 4D |
| Octal | 315 | 273 | 313 | 0 | 11 | 1 | 24 | 463 | 17 | 115 |
| Binary | 11001101 | 10111011 | 11001011 | 0 | 1001 | 1 | 10100 | 100110011 | 1111 | 1001101 |
Color Harmonies of #CDBBCB
Complementary color
Monochromatic Colors of #CDBBCB
Black with #CDBBCB
Text Example
Text Example
White with #CDBBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBCB; }
p { color: rgb(205,187,203); }
H1.HeaderClassName
{
color: #CDBBCB;
}
.AnyTagClassName
{
color: #CDBBCB;
}
</style>
background-color css
<style>
a { background-color: #CDBBCB; }
a { background-color: rgb(205,187,203); }
div.DivClassName
{
background-color: #CDBBCB;
}
.BgClassName
{
background-color: #CDBBCB;
}
</style>
border-color css
<style>
span { border-color: #CDBBCB; }
span { border-color: rgb(205,187,203); }
td.TdClassName
{
border-color: #CDBBCB;
}
.TagClassName
{
border-color: #CDBBCB;
}
</style>