Shades of Thistle #CCB6CE
Tints of Thistle #CCB6CE
RGB
CMYK
RGB Variations
Color information
#CCB6CE (or 0xCCB6CE) is known color: Thistle. HEX triplet: CC, B6 and CE. RGB value is (204,182,206). Sum of RGB (Red+Green+Blue) = 204+182+206=592 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.46% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB6CE is #334931. Grayscale: #BFBFBF. Windows color (decimal): -3361074 or 13547212. OLE color: 13547212.
HSL color Cylindrical-coordinate representation of color #CCB6CE: hue angle of 295º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB6CE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 182 | 206 | - |
| CMYK | 0.01 | 0.12 | 0 | 0.19 |
| HSL | 295º | 0.2% | 0.76% | - |
| HSV(B) | 295º | 0.12% | 0.81% | - |
| XYZ | 52.77 | 50.75 | 65.41 | - |
| YUV | 191.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 206 | 0.01 | 0.12 | 0 | 0.19 | 295 | 0.2 | 0.76 |
| Hex | CC | B6 | CE | 1 | C | 0 | 13 | 127 | 14 | 4C |
| Octal | 314 | 266 | 316 | 1 | 14 | 0 | 23 | 447 | 24 | 114 |
| Binary | 11001100 | 10110110 | 11001110 | 1 | 1100 | 0 | 10011 | 100100111 | 10100 | 1001100 |
Color Harmonies of #CCB6CE
Complementary color
Monochromatic Colors of #CCB6CE
Black with #CCB6CE
Text Example
Text Example
White with #CCB6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6CE; }
p { color: rgb(204,182,206); }
H1.HeaderClassName
{
color: #CCB6CE;
}
.AnyTagClassName
{
color: #CCB6CE;
}
</style>
background-color css
<style>
a { background-color: #CCB6CE; }
a { background-color: rgb(204,182,206); }
div.DivClassName
{
background-color: #CCB6CE;
}
.BgClassName
{
background-color: #CCB6CE;
}
</style>
border-color css
<style>
span { border-color: #CCB6CE; }
span { border-color: rgb(204,182,206); }
td.TdClassName
{
border-color: #CCB6CE;
}
.TagClassName
{
border-color: #CCB6CE;
}
</style>