Shades of Thistle #CBBDCC
Tints of Thistle #CBBDCC
RGB
CMYK
RGB Variations
Color information
#CBBDCC (or 0xCBBDCC) is known color: Thistle. HEX triplet: CB, BD and CC. RGB value is (203,189,204). Sum of RGB (Red+Green+Blue) = 203+189+204=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDCC is #344233. Grayscale: #C2C2C2. Windows color (decimal): -3424820 or 13417931. OLE color: 13417931.
HSL color Cylindrical-coordinate representation of color #CBBDCC: hue angle of 296º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBDCC is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 189 | 204 | - |
| CMYK | 0.00 | 0.07 | 0 | 0.2 |
| HSL | 296º | 0.13% | 0.77% | - |
| HSV(B) | 296º | 0.07% | 0.8% | - |
| XYZ | 53.73 | 53.45 | 64.61 | - |
| YUV | 194.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 204 | 0.00 | 0.07 | 0 | 0.2 | 296 | 0.13 | 0.77 |
| Hex | CB | BD | CC | 0 | 7 | 0 | 14 | 128 | D | 4D |
| Octal | 313 | 275 | 314 | 0 | 7 | 0 | 24 | 450 | 15 | 115 |
| Binary | 11001011 | 10111101 | 11001100 | 0 | 111 | 0 | 10100 | 100101000 | 1101 | 1001101 |
Color Harmonies of #CBBDCC
Complementary color
Monochromatic Colors of #CBBDCC
Black with #CBBDCC
Text Example
Text Example
White with #CBBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDCC; }
p { color: rgb(203,189,204); }
H1.HeaderClassName
{
color: #CBBDCC;
}
.AnyTagClassName
{
color: #CBBDCC;
}
</style>
background-color css
<style>
a { background-color: #CBBDCC; }
a { background-color: rgb(203,189,204); }
div.DivClassName
{
background-color: #CBBDCC;
}
.BgClassName
{
background-color: #CBBDCC;
}
</style>
border-color css
<style>
span { border-color: #CBBDCC; }
span { border-color: rgb(203,189,204); }
td.TdClassName
{
border-color: #CBBDCC;
}
.TagClassName
{
border-color: #CBBDCC;
}
</style>