Shades of Thistle #CCBFCD
Tints of Thistle #CCBFCD
RGB
CMYK
RGB Variations
Color information
#CCBFCD (or 0xCCBFCD) is known color: Thistle. HEX triplet: CC, BF and CD. RGB value is (204,191,205). Sum of RGB (Red+Green+Blue) = 204+191+205=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 205 - color contains mainly: blue. Hex color #CCBFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFCD is #334032. Grayscale: #C4C4C4. Windows color (decimal): -3358771 or 13483980. OLE color: 13483980.
HSL color Cylindrical-coordinate representation of color #CCBFCD: hue angle of 295.71º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCBFCD is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 204 | 191 | 205 | - |
CMYK | 0.00 | 0.07 | 0 | 0.20 |
HSL | 295.71º | 0.12% | 0.78% | - |
HSV(B) | 295.71º | 0.07% | 0.8% | - |
XYZ | 54.55 | 54.51 | 65.4 | - |
YUV | 196.48 | 132.81 | 133.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 191 | 205 | 0.00 | 0.07 | 0 | 0.20 | 295.71 | 0.12 | 0.78 |
Hex | CC | BF | CD | 0 | 7 | 0 | 14 | 128 | C | 4E |
Octal | 314 | 277 | 315 | 0 | 7 | 0 | 24 | 450 | 14 | 116 |
Binary | 11001100 | 10111111 | 11001101 | 0 | 111 | 0 | 10100 | 100101000 | 1100 | 1001110 |
Color Harmonies of #CCBFCD
Complementary color
Monochromatic Colors of #CCBFCD
Black with #CCBFCD
Text Example
Text Example
White with #CCBFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFCD; }
p { color: rgb(204,191,205); }
H1.HeaderClassName
{
color: #CCBFCD;
}
.AnyTagClassName
{
color: #CCBFCD;
}
</style>
background-color css
<style>
a { background-color: #CCBFCD; }
a { background-color: rgb(204,191,205); }
div.DivClassName
{
background-color: #CCBFCD;
}
.BgClassName
{
background-color: #CCBFCD;
}
</style>
border-color css
<style>
span { border-color: #CCBFCD; }
span { border-color: rgb(204,191,205); }
td.TdClassName
{
border-color: #CCBFCD;
}
.TagClassName
{
border-color: #CCBFCD;
}
</style>