Shades of Thistle #CDBCCE
Tints of Thistle #CDBCCE
RGB
CMYK
RGB Variations
Color information
#CDBCCE (or 0xCDBCCE) is known color: Thistle. HEX triplet: CD, BC and CE. RGB value is (205,188,206). Sum of RGB (Red+Green+Blue) = 205+188+206=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 206 (80.86% from 255 or 34.39% from 599); Max value from RGB is 206 - color contains mainly: blue. Hex color #CDBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCCE is #324331. Grayscale: #C3C3C3. Windows color (decimal): -3294002 or 13548749. OLE color: 13548749.
HSL color Cylindrical-coordinate representation of color #CDBCCE: hue angle of 296.67º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDBCCE is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 188 | 206 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.19 |
| HSL | 296.67º | 0.16% | 0.77% | - |
| HSV(B) | 296.67º | 0.09% | 0.81% | - |
| XYZ | 54.3 | 53.4 | 65.84 | - |
| YUV | 195.14 | 134.13 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 188 | 206 | 0.00 | 0.09 | 0 | 0.19 | 296.67 | 0.16 | 0.77 |
| Hex | CD | BC | CE | 0 | 9 | 0 | 13 | 129 | 10 | 4D |
| Octal | 315 | 274 | 316 | 0 | 11 | 0 | 23 | 451 | 20 | 115 |
| Binary | 11001101 | 10111100 | 11001110 | 0 | 1001 | 0 | 10011 | 100101001 | 10000 | 1001101 |
Color Harmonies of #CDBCCE
Complementary color
Monochromatic Colors of #CDBCCE
Black with #CDBCCE
Text Example
Text Example
White with #CDBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCCE; }
p { color: rgb(205,188,206); }
H1.HeaderClassName
{
color: #CDBCCE;
}
.AnyTagClassName
{
color: #CDBCCE;
}
</style>
background-color css
<style>
a { background-color: #CDBCCE; }
a { background-color: rgb(205,188,206); }
div.DivClassName
{
background-color: #CDBCCE;
}
.BgClassName
{
background-color: #CDBCCE;
}
</style>
border-color css
<style>
span { border-color: #CDBCCE; }
span { border-color: rgb(205,188,206); }
td.TdClassName
{
border-color: #CDBCCE;
}
.TagClassName
{
border-color: #CDBCCE;
}
</style>