Shades of Thistle #CDBDCB
Tints of Thistle #CDBDCB
RGB
CMYK
RGB Variations
Color information
#CDBDCB (or 0xCDBDCB) is known color: Thistle. HEX triplet: CD, BD and CB. RGB value is (205,189,203). Sum of RGB (Red+Green+Blue) = 205+189+203=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 203 (79.69% from 255 or 34.00% from 597); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBDCB is #324234. Grayscale: #C3C3C3. Windows color (decimal): -3293749 or 13352397. OLE color: 13352397.
HSL color Cylindrical-coordinate representation of color #CDBDCB: hue angle of 307.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDBDCB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 189 | 203 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.20 |
| HSL | 307.5º | 0.14% | 0.77% | - |
| HSV(B) | 307.5º | 0.08% | 0.8% | - |
| XYZ | 54.15 | 53.69 | 64.01 | - |
| YUV | 195.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 189 | 203 | 0 | 0.08 | 0.01 | 0.20 | 307.5 | 0.14 | 0.77 |
| Hex | CD | BD | CB | 0 | 8 | 1 | 14 | 134 | E | 4D |
| Octal | 315 | 275 | 313 | 0 | 10 | 1 | 24 | 464 | 16 | 115 |
| Binary | 11001101 | 10111101 | 11001011 | 0 | 1000 | 1 | 10100 | 100110100 | 1110 | 1001101 |
Color Harmonies of #CDBDCB
Complementary color
Monochromatic Colors of #CDBDCB
Black with #CDBDCB
Text Example
Text Example
White with #CDBDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBDCB; }
p { color: rgb(205,189,203); }
H1.HeaderClassName
{
color: #CDBDCB;
}
.AnyTagClassName
{
color: #CDBDCB;
}
</style>
background-color css
<style>
a { background-color: #CDBDCB; }
a { background-color: rgb(205,189,203); }
div.DivClassName
{
background-color: #CDBDCB;
}
.BgClassName
{
background-color: #CDBDCB;
}
</style>
border-color css
<style>
span { border-color: #CDBDCB; }
span { border-color: rgb(205,189,203); }
td.TdClassName
{
border-color: #CDBDCB;
}
.TagClassName
{
border-color: #CDBDCB;
}
</style>