Shades of Thistle #CCBDCC
Tints of Thistle #CCBDCC
RGB
CMYK
RGB Variations
Color information
#CCBDCC (or 0xCCBDCC) is known color: Thistle. HEX triplet: CC, BD and CC. RGB value is (204,189,204). Sum of RGB (Red+Green+Blue) = 204+189+204=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBDCC is #334233. Grayscale: #C3C3C3. Windows color (decimal): -3359284 or 13417932. OLE color: 13417932.
HSL color Cylindrical-coordinate representation of color #CCBDCC: hue angle of 300º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBDCC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 189 | 204 | - |
| CMYK | 0 | 0.07 | 0 | 0.2 |
| HSL | 300º | 0.13% | 0.77% | - |
| HSV(B) | 300º | 0.07% | 0.8% | - |
| XYZ | 54 | 53.59 | 64.63 | - |
| YUV | 195.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 189 | 204 | 0 | 0.07 | 0 | 0.2 | 300 | 0.13 | 0.77 |
| Hex | CC | BD | CC | 0 | 7 | 0 | 14 | 12C | D | 4D |
| Octal | 314 | 275 | 314 | 0 | 7 | 0 | 24 | 454 | 15 | 115 |
| Binary | 11001100 | 10111101 | 11001100 | 0 | 111 | 0 | 10100 | 100101100 | 1101 | 1001101 |
Color Harmonies of #CCBDCC
Complementary color
Monochromatic Colors of #CCBDCC
Black with #CCBDCC
Text Example
Text Example
White with #CCBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBDCC; }
p { color: rgb(204,189,204); }
H1.HeaderClassName
{
color: #CCBDCC;
}
.AnyTagClassName
{
color: #CCBDCC;
}
</style>
background-color css
<style>
a { background-color: #CCBDCC; }
a { background-color: rgb(204,189,204); }
div.DivClassName
{
background-color: #CCBDCC;
}
.BgClassName
{
background-color: #CCBDCC;
}
</style>
border-color css
<style>
span { border-color: #CCBDCC; }
span { border-color: rgb(204,189,204); }
td.TdClassName
{
border-color: #CCBDCC;
}
.TagClassName
{
border-color: #CCBDCC;
}
</style>