Shades of Thistle #CCBBCE
Tints of Thistle #CCBBCE
RGB
CMYK
RGB Variations
Color information
#CCBBCE (or 0xCCBBCE) is known color: Thistle. HEX triplet: CC, BB and CE. RGB value is (204,187,206). Sum of RGB (Red+Green+Blue) = 204+187+206=597 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.17% from 597); Green value is 187 (73.44% from 255 or 31.32% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCBBCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBCE is #334431. Grayscale: #C2C2C2. Windows color (decimal): -3359794 or 13548492. OLE color: 13548492.
HSL color Cylindrical-coordinate representation of color #CCBBCE: hue angle of 293.68º 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 #CCBBCE is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 187 | 206 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.19 |
| HSL | 293.68º | 0.16% | 0.77% | - |
| HSV(B) | 293.68º | 0.09% | 0.81% | - |
| XYZ | 53.81 | 52.83 | 65.75 | - |
| YUV | 194.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 206 | 0.01 | 0.09 | 0 | 0.19 | 293.68 | 0.16 | 0.77 |
| Hex | CC | BB | CE | 1 | 9 | 0 | 13 | 126 | 10 | 4D |
| Octal | 314 | 273 | 316 | 1 | 11 | 0 | 23 | 446 | 20 | 115 |
| Binary | 11001100 | 10111011 | 11001110 | 1 | 1001 | 0 | 10011 | 100100110 | 10000 | 1001101 |
Color Harmonies of #CCBBCE
Complementary color
Monochromatic Colors of #CCBBCE
Black with #CCBBCE
Text Example
Text Example
White with #CCBBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBCE; }
p { color: rgb(204,187,206); }
H1.HeaderClassName
{
color: #CCBBCE;
}
.AnyTagClassName
{
color: #CCBBCE;
}
</style>
background-color css
<style>
a { background-color: #CCBBCE; }
a { background-color: rgb(204,187,206); }
div.DivClassName
{
background-color: #CCBBCE;
}
.BgClassName
{
background-color: #CCBBCE;
}
</style>
border-color css
<style>
span { border-color: #CCBBCE; }
span { border-color: rgb(204,187,206); }
td.TdClassName
{
border-color: #CCBBCE;
}
.TagClassName
{
border-color: #CCBBCE;
}
</style>