Shades of Thistle #CCBCCE
Tints of Thistle #CCBCCE
RGB
CMYK
RGB Variations
Color information
#CCBCCE (or 0xCCBCCE) is known color: Thistle. HEX triplet: CC, BC and CE. RGB value is (204,188,206). Sum of RGB (Red+Green+Blue) = 204+188+206=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 188 (73.83% from 255 or 31.44% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCCE is #334331. Grayscale: #C2C2C2. Windows color (decimal): -3359538 or 13548748. OLE color: 13548748.
HSL color Cylindrical-coordinate representation of color #CCBCCE: hue angle of 293.33º 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 #CCBCCE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 188 | 206 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.19 |
| HSL | 293.33º | 0.16% | 0.77% | - |
| HSV(B) | 293.33º | 0.09% | 0.81% | - |
| XYZ | 54.03 | 53.26 | 65.83 | - |
| YUV | 194.84 | 134.3 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 206 | 0.01 | 0.09 | 0 | 0.19 | 293.33 | 0.16 | 0.77 |
| Hex | CC | BC | CE | 1 | 9 | 0 | 13 | 125 | 10 | 4D |
| Octal | 314 | 274 | 316 | 1 | 11 | 0 | 23 | 445 | 20 | 115 |
| Binary | 11001100 | 10111100 | 11001110 | 1 | 1001 | 0 | 10011 | 100100101 | 10000 | 1001101 |
Color Harmonies of #CCBCCE
Complementary color
Monochromatic Colors of #CCBCCE
Black with #CCBCCE
Text Example
Text Example
White with #CCBCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCCE; }
p { color: rgb(204,188,206); }
H1.HeaderClassName
{
color: #CCBCCE;
}
.AnyTagClassName
{
color: #CCBCCE;
}
</style>
background-color css
<style>
a { background-color: #CCBCCE; }
a { background-color: rgb(204,188,206); }
div.DivClassName
{
background-color: #CCBCCE;
}
.BgClassName
{
background-color: #CCBCCE;
}
</style>
border-color css
<style>
span { border-color: #CCBCCE; }
span { border-color: rgb(204,188,206); }
td.TdClassName
{
border-color: #CCBCCE;
}
.TagClassName
{
border-color: #CCBCCE;
}
</style>