Shades of Thistle #CBBFCC
Tints of Thistle #CBBFCC
RGB
CMYK
RGB Variations
Color information
#CBBFCC (or 0xCBBFCC) is known color: Thistle. HEX triplet: CB, BF and CC. RGB value is (203,191,204). Sum of RGB (Red+Green+Blue) = 203+191+204=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFCC is #344033. Grayscale: #C4C4C4. Windows color (decimal): -3424308 or 13418443. OLE color: 13418443.
HSL color Cylindrical-coordinate representation of color #CBBFCC: hue angle of 295.38º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CBBFCC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 191 | 204 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.2 |
| HSL | 295.38º | 0.11% | 0.77% | - |
| HSV(B) | 295.38º | 0.06% | 0.8% | - |
| XYZ | 54.16 | 54.32 | 64.76 | - |
| YUV | 196.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 204 | 0.00 | 0.06 | 0 | 0.2 | 295.38 | 0.11 | 0.77 |
| Hex | CB | BF | CC | 0 | 6 | 0 | 14 | 127 | B | 4D |
| Octal | 313 | 277 | 314 | 0 | 6 | 0 | 24 | 447 | 13 | 115 |
| Binary | 11001011 | 10111111 | 11001100 | 0 | 110 | 0 | 10100 | 100100111 | 1011 | 1001101 |
Color Harmonies of #CBBFCC
Complementary color
Monochromatic Colors of #CBBFCC
Black with #CBBFCC
Text Example
Text Example
White with #CBBFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFCC; }
p { color: rgb(203,191,204); }
H1.HeaderClassName
{
color: #CBBFCC;
}
.AnyTagClassName
{
color: #CBBFCC;
}
</style>
background-color css
<style>
a { background-color: #CBBFCC; }
a { background-color: rgb(203,191,204); }
div.DivClassName
{
background-color: #CBBFCC;
}
.BgClassName
{
background-color: #CBBFCC;
}
</style>
border-color css
<style>
span { border-color: #CBBFCC; }
span { border-color: rgb(203,191,204); }
td.TdClassName
{
border-color: #CBBFCC;
}
.TagClassName
{
border-color: #CBBFCC;
}
</style>