Shades of Thistle #CCBECC
Tints of Thistle #CCBECC
RGB
CMYK
RGB Variations
Color information
#CCBECC (or 0xCCBECC) is known color: Thistle. HEX triplet: CC, BE and CC. RGB value is (204,190,204). Sum of RGB (Red+Green+Blue) = 204+190+204=598 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34.11% from 598); Green value is 190 (74.61% from 255 or 31.77% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 204 - color contains mainly: red, blue. Hex color #CCBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBECC is #334133. Grayscale: #C3C3C3. Windows color (decimal): -3359028 or 13418188. OLE color: 13418188.
HSL color Cylindrical-coordinate representation of color #CCBECC: hue angle of 300º degrees, saturation: 0.12, 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 #CCBECC is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 204 | - |
CMYK | 0 | 0.07 | 0 | 0.2 |
HSL | 300º | 0.12% | 0.77% | - |
HSV(B) | 300º | 0.07% | 0.8% | - |
XYZ | 54.21 | 54.02 | 64.7 | - |
YUV | 195.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 204 | 0 | 0.07 | 0 | 0.2 | 300 | 0.12 | 0.77 |
Hex | CC | BE | CC | 0 | 7 | 0 | 14 | 12C | C | 4D |
Octal | 314 | 276 | 314 | 0 | 7 | 0 | 24 | 454 | 14 | 115 |
Binary | 11001100 | 10111110 | 11001100 | 0 | 111 | 0 | 10100 | 100101100 | 1100 | 1001101 |
Color Harmonies of #CCBECC
Complementary color
Monochromatic Colors of #CCBECC
Black with #CCBECC
Text Example
Text Example
White with #CCBECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBECC; }
p { color: rgb(204,190,204); }
H1.HeaderClassName
{
color: #CCBECC;
}
.AnyTagClassName
{
color: #CCBECC;
}
</style>
background-color css
<style>
a { background-color: #CCBECC; }
a { background-color: rgb(204,190,204); }
div.DivClassName
{
background-color: #CCBECC;
}
.BgClassName
{
background-color: #CCBECC;
}
</style>
border-color css
<style>
span { border-color: #CCBECC; }
span { border-color: rgb(204,190,204); }
td.TdClassName
{
border-color: #CCBECC;
}
.TagClassName
{
border-color: #CCBECC;
}
</style>