Shades of Thistle #CDB5CB
Tints of Thistle #CDB5CB
RGB
CMYK
RGB Variations
Color information
#CDB5CB (or 0xCDB5CB) is known color: Thistle. HEX triplet: CD, B5 and CB. RGB value is (205,181,203). Sum of RGB (Red+Green+Blue) = 205+181+203=589 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.80% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB5CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB5CB is #324A34. Grayscale: #BEBEBE. Windows color (decimal): -3295797 or 13350349. OLE color: 13350349.
HSL color Cylindrical-coordinate representation of color #CDB5CB: hue angle of 305º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB5CB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 203 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.20 |
| HSL | 305º | 0.19% | 0.76% | - |
| HSV(B) | 305º | 0.12% | 0.8% | - |
| XYZ | 52.48 | 50.34 | 63.45 | - |
| YUV | 190.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 203 | 0 | 0.12 | 0.01 | 0.20 | 305 | 0.19 | 0.76 |
| Hex | CD | B5 | CB | 0 | C | 1 | 14 | 131 | 13 | 4C |
| Octal | 315 | 265 | 313 | 0 | 14 | 1 | 24 | 461 | 23 | 114 |
| Binary | 11001101 | 10110101 | 11001011 | 0 | 1100 | 1 | 10100 | 100110001 | 10011 | 1001100 |
Color Harmonies of #CDB5CB
Complementary color
Monochromatic Colors of #CDB5CB
Black with #CDB5CB
Text Example
Text Example
White with #CDB5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB5CB; }
p { color: rgb(205,181,203); }
H1.HeaderClassName
{
color: #CDB5CB;
}
.AnyTagClassName
{
color: #CDB5CB;
}
</style>
background-color css
<style>
a { background-color: #CDB5CB; }
a { background-color: rgb(205,181,203); }
div.DivClassName
{
background-color: #CDB5CB;
}
.BgClassName
{
background-color: #CDB5CB;
}
</style>
border-color css
<style>
span { border-color: #CDB5CB; }
span { border-color: rgb(205,181,203); }
td.TdClassName
{
border-color: #CDB5CB;
}
.TagClassName
{
border-color: #CDB5CB;
}
</style>