Shades of Thistle #CBBBCC
Tints of Thistle #CBBBCC
RGB
CMYK
RGB Variations
Color information
#CBBBCC (or 0xCBBBCC) is known color: Thistle. HEX triplet: CB, BB and CC. RGB value is (203,187,204). Sum of RGB (Red+Green+Blue) = 203+187+204=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBBCC is #344433. Grayscale: #C1C1C1. Windows color (decimal): -3425332 or 13417419. OLE color: 13417419.
HSL color Cylindrical-coordinate representation of color #CBBBCC: hue angle of 296.47º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBBCC is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 187 | 204 | - |
| CMYK | 0.00 | 0.08 | 0 | 0.2 |
| HSL | 296.47º | 0.14% | 0.77% | - |
| HSV(B) | 296.47º | 0.08% | 0.8% | - |
| XYZ | 53.3 | 52.6 | 64.47 | - |
| YUV | 193.72 | 133.8 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 187 | 204 | 0.00 | 0.08 | 0 | 0.2 | 296.47 | 0.14 | 0.77 |
| Hex | CB | BB | CC | 0 | 8 | 0 | 14 | 128 | E | 4D |
| Octal | 313 | 273 | 314 | 0 | 10 | 0 | 24 | 450 | 16 | 115 |
| Binary | 11001011 | 10111011 | 11001100 | 0 | 1000 | 0 | 10100 | 100101000 | 1110 | 1001101 |
Color Harmonies of #CBBBCC
Complementary color
Monochromatic Colors of #CBBBCC
Black with #CBBBCC
Text Example
Text Example
White with #CBBBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBBCC; }
p { color: rgb(203,187,204); }
H1.HeaderClassName
{
color: #CBBBCC;
}
.AnyTagClassName
{
color: #CBBBCC;
}
</style>
background-color css
<style>
a { background-color: #CBBBCC; }
a { background-color: rgb(203,187,204); }
div.DivClassName
{
background-color: #CBBBCC;
}
.BgClassName
{
background-color: #CBBBCC;
}
</style>
border-color css
<style>
span { border-color: #CBBBCC; }
span { border-color: rgb(203,187,204); }
td.TdClassName
{
border-color: #CBBBCC;
}
.TagClassName
{
border-color: #CBBBCC;
}
</style>